10#ifndef __WS_STRPTIME_H__
11#define __WS_STRPTIME_H__
55ws_strptime(
const char *buf,
const char *format,
struct tm *tm,
72ws_strptime_p(
const char *buf,
const char *format,
struct tm *tm);
Portable representation of timezone offset and name.
Definition ws_strptime.h:32
WS_DLL_PUBLIC char * ws_strptime(const char *buf, const char *format, struct tm *tm, struct ws_timezone *zonep)
Parse a date/time string using NetBSD's strptime() with the "C" locale.
Definition ws_strptime.c:309
WS_DLL_PUBLIC char * ws_strptime_p(const char *buf, const char *format, struct tm *tm)
Portable wrapper around the system's strptime().
Definition ws_strptime.c:299