Commit Graph
5 Commits
Author SHA1 Message Date
jdb a9308cbaf3 Add ISO8601 date format (yyyy-MM-dd) to parseIso8601 utility function. 2023-02-28 23:25:44 -06:00
jdb f4e392f910 Update for Nim 1.3.1
Change `startOfDay` and `trimNanoSec` to use `initDateTime` instead of
mutating the new copy via the deprecated property accessors.

Updated the test suite to reflect functions that moved from this library
to the standard library. We're still testing the expected functionality
to make sure that the contract is maintained for users of this library.
2021-07-17 09:45:39 -05:00
jdb 600747e1ac Update for Nim 1.0.0 - Added format for Durations. Remove deprecated functions. 2020-02-14 12:22:05 -06:00
jdb 08c0962b40 Add addtional valid ISO8601 formats. 2019-12-27 10:07:04 -06:00
jdb a537b980e6 Expand allowed ISO8601 parsing formats. 2019-04-27 23:15:14 -05:00