pike.git/
src/
builtin_functions.h
Branch:
Tag:
Non-build tags
All tags
No tags
2017-12-25
2017-12-25 09:41:15 by Stephen R. van den Berg <srb@cuci.nl>
5fbae4c3e74a61d5aaa44e32d6c94b9f5f1940ab (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
master
System.TM: Properly fixed, code reuse with mktime().
117:
PMOD_EXPORT void f__verify_internals(INT32 args); PMOD_EXPORT void f_gmtime(INT32 args); PMOD_EXPORT void f_localtime(INT32 args);
+
time_t mktime_zone(const char*fname, int args,
+
struct tm*date, int other_timezone, int tz);
PMOD_EXPORT void f_mktime (INT32 args); PMOD_EXPORT void f_glob(INT32 args); PMOD_EXPORT void f_permute(INT32 args);