14 Commits

Author SHA1 Message Date
a9308cbaf3 Add ISO8601 date format (yyyy-MM-dd) to parseIso8601 utility function. 0.5.4 2023-02-28 23:25:44 -06:00
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.
0.5.3
2021-07-17 09:45:39 -05:00
600747e1ac Update for Nim 1.0.0 - Added format for Durations. Remove deprecated functions. 0.5.2 2020-02-14 12:22:05 -06:00
08c0962b40 Add addtional valid ISO8601 formats. 0.5.1 2019-12-27 10:07:04 -06:00
a537b980e6 Expand allowed ISO8601 parsing formats. 0.5.0 2019-04-27 23:15:14 -05:00
Jonathan Bernard
dfee8aae33 Update for Nim 0.19.0, add trimNanoSec 0.4.0 2018-12-09 06:03:53 -06:00
Jonathan Bernard
f831fd6238 Add , , and . 0.3.0 2018-05-12 13:11:02 -05:00
Jonathan Bernard
8987a4e268 Changes to support Nim 0.18 (with new times implementation). 0.2.2 2018-04-02 14:24:40 -05:00
Jonathan Bernard
b4804cdb52 WIP: Waiting for fix to be merged in Nim core so I can deprecate fixedParse. 2016-10-21 17:35:16 -05:00
Jonathan Bernard
79d2cb392d Added startOfDay, startOfWeek, and fixedParse.
* `startOfDay(TimeInfo): TimeInfo` returns a new `TimeInfo` representing
  midnight at the beginning of the given day.
* `startOfWeek(TimeInfo, WeekDay): TimeInfo` returns a new `TimeInfo`
  representing midnight at the beginning of the first day of the week. By
  default Monday is used as the start of the week (to be consistent with
  `times` view of the day order), but the user can pass in any other day to
  "start" the week. Because this find the start of the *current* week, the
  returned `TimeInfo` will always be a date in the past or present, never a
  date in the future.
0.2.0
2016-10-21 15:34:09 -05:00
Jonathan Bernard
cb11d62e5d More unit tests (cover previous bug in Nim times library). 0.1.1 2016-10-12 16:34:22 -05:00
Jonathan Bernard
6067740bdd Added comparison operators for TimeInfo and TimeInterval, cmp for TimeInfo. 0.1.0 2016-10-07 22:36:44 -05:00
Jonathan Bernard
4a8f0db62d Initial implementation: format(TimeInterval, fmt) 2016-10-07 21:55:33 -05:00
Jonathan Bernard
c503efe439 Initial commit: .gitignore 2016-10-07 21:54:47 -05:00