summary refs log tree commit diff stats
path: root/tests/stdlib/ttimes.nim
Commit message (Expand)AuthorAgeFilesLines
* New implementations of times.parse & times.format (#8094)Oscar Nihlgård2018-07-091-61/+149
* Merge pull request #7624 from skilchen/fix-issue7620Dominik Picheta2018-05-031-0/+6
|\
| * there is no hour 0 in am/pm timeskilchen2018-04-161-0/+6
* | Rename `Time.nanoseconds` to `nanosecond` (#7673)Oscar Nihlgård2018-04-251-2/+6
* | Add `fromWinTime` and deprecate `unixTimeToWinTime`/`winTimeToUnixTime` (#7641)Oscar Nihlgård2018-04-191-1/+8
|/
* Timeinterval optimization (#7608)Oscar Nihlgård2018-04-161-21/+24
* Sub second time resolution (#6978)Oscar Nihlgård2018-04-131-26/+57
* Comparing datetimesdata-man2018-04-011-1/+9
* Fix date parsing for a bad inputsdata-man2018-02-191-0/+49
* Allow timezone procs to be closuresOscar Nihlgård2018-01-051-0/+24
* Better times module (#6552)GULPF2017-12-181-156/+210
* Fix countLeapYearsOscar Nihlgård2017-10-101-0/+6
* Add dst formatting tests (#6468)GULPF2017-10-101-0/+237