8 Commits

Author SHA1 Message Date
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