Skip to content

#29439 added leap second behavior to napi_create_date and napi_get_date_value

doc: added leap second behavior to napi_create_date and napi_get_date_value

napi_create_date and napi_get_date_value ignore leap seconds as per
ECMAScript spec that follows POSIX spec for time, comments added to the
documentation where added fo clarify it.

fixes: https://github.com/nodejs/node/issues/29439
Checklist

Merge request reports

Loading