Skip to content

#29439 added leap second behavior to napi_create_date and napi_get_date_value - #29569

Closed
levhita wants to merge 1 commit into
nodejs:masterfrom
levhita:#29439-added-leap-seconds-spec-to-docs
Closed

#29439 added leap second behavior to napi_create_date and napi_get_date_value#29569
levhita wants to merge 1 commit into
nodejs:masterfrom
levhita:#29439-added-leap-seconds-spec-to-docs

Conversation

@levhita

Copy link
Copy Markdown
Contributor
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

@nodejs-github-botnodejs-github-bot added doc Issues and PRs related to the documentations. node-api Issues and PRs related to the Node-API. labels Sep 15, 2019
…_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: nodejs#29439
@lpinca

Copy link
Copy Markdown
Member

@nodejs/documentation

@Trott

Copy link
Copy Markdown
Member

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 17, 2019
@Trott

Copy link
Copy Markdown
Member

Landed in 90b5cdb

@TrottTrott closed this Sep 17, 2019
Trott pushed a commit that referenced this pull request Sep 17, 2019
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.
PR-URL: #29569Fixes: #29439
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this pull request Sep 20, 2019
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.
PR-URL: #29569Fixes: #29439
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@BridgeARBridgeAR mentioned this pull request Sep 24, 2019
BridgeAR pushed a commit that referenced this pull request Sep 25, 2019
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.
PR-URL: #29569Fixes: #29439
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.docIssues and PRs related to the documentations.node-apiIssues and PRs related to the Node-API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@levhita@lpinca@Trott@nodejs-github-bot