louislam / redbean-node

RedBeanNode is an easy to use ORM tool for Node.js, strongly inspired by RedBeanPHP.
http://redbean-node.whatsticker.online
MIT License
30 stars 5 forks source link

Add isoDateTimeMillis and isoTimeMillis #7

Closed kaysond closed 2 years ago

kaysond commented 2 years ago

Fixes #6, which will allow me to fix and close https://github.com/louislam/uptime-kuma/issues/1422

(Also see this comment - https://github.com/louislam/uptime-kuma/pull/1428#issuecomment-1087074603)

Added unit tests (everything passes), and did a quick test script on a sqlite db.

kaysond commented 2 years ago

Pinging @louislam could you please review?

louislam commented 2 years ago

Nice, didn't know DateTime/Time is millisecond precision.