9 Commits

Author SHA1 Message Date
Francesco Maida
feef9ac768
feat: added timestamp rfc3339 format with nanoseconds (#2251)
* feat: added timestamp rfc3339 format with nanoseconds

* chore: updated docs and tests

* Update lib/time.js

Co-authored-by: Andrea Carraro <toomuchdesign@users.noreply.github.com>

* feat: updated and improved fn performance, fixed types

* chore: updated docs and tests

* chore: fixed leftover test comment

---------

Co-authored-by: Matteo Collina <matteo.collina@gmail.com>
Co-authored-by: Andrea Carraro <toomuchdesign@users.noreply.github.com>
2025-09-18 06:32:21 -04:00
Matthew Adams
7538351b44 provide ISO8601 time format (#757)
* provide ISO8601 time format

* add tests

* bump minor version

* add docs

* revert minor version bump
2020-01-07 17:58:34 +01:00
davidmarkclements
2f94995541 final syntax tweaks 2018-06-12 19:37:28 +02:00
davidmarkclements
94ae3f8f45 more syntax polish & remove unnecessary prototype logger methods 2018-06-11 17:45:03 +02:00
James Sumners
3a00e7a985
Remove slowtime support (#391)
* Remove slowtime support

* Fix documentation for `timestamp`
2018-04-13 08:34:09 -04:00
doron segal
44e03e6431 unixTime
add documentations
2017-09-13 15:29:35 -07:00
James Sumners
d6c33b0a99 Implement pluggable time functions 2017-04-28 21:17:52 -04:00
James Sumners
259792a2e0 Move module exports to end of files 2017-01-25 13:13:47 -05:00
James Sumners
f28d4416bb Reorganize code for legibility 2017-01-24 23:17:38 -05:00