]> git.kaiwu.me - njs.git/commit
Fixed Date.prototype.toISOString() with invalid date values.
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 15 Feb 2021 15:25:00 +0000 (15:25 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 15 Feb 2021 15:25:00 +0000 (15:25 +0000)
commitff68f40acfc6d7124136184a2a8e102c5dbad064
tree20e596a2008f3b4a2c099332a918c8187b1ec49e
parentf6a97212394881587fca67c6010cc8378b3244ae
Fixed Date.prototype.toISOString() with invalid date values.

This fixes #373 issue on Github.
src/njs_date.c
src/test/njs_unit_test.c