nodejs-github-bot · GitHub

@nodejs-github-bot added the fs

Issues and PRs related to the fs subsystem / file system.

label

Mar 18, 2017

@mscdex mscdex added the semver-major

PRs that contain breaking changes and should be released in the next major version.

label

Mar 18, 2017

mscdex

cjihrig

mscdex

mscdex

TimothyGu

mcollina

@lucamaraschi

Infinity and NaN are currently considered valid input when generating a
unix time stamp but are defaulted arbitrarly to Date.now()/1000. This
PR removes this behaviour and throw an exception like all the other
invalid input types.

@lucamaraschi

jasnell pushed a commit that referenced this pull request

Mar 22, 2017
Infinity and NaN are currently considered valid input when generating a
unix time stamp but are defaulted arbitrarly to Date.now()/1000. This
PR removes this behaviour and throw an exception like all the other
invalid input types.
PR-URL: #11919
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

Closed

Read the original on github.com ↗