Closed
Description
For Date object implementations we need few time functions and variables, example: localtime_r
, gmtime_r
, daylight
for [1] functions.
These are system dependent features.
Could we somehow use the standard <time.h>
?
[1] http://www.ecma-international.org/ecma-262/5.1/#sec-15.9.1.7