summary refs log tree commit diff stats
path: root/tests/stdlib/ttimes.nim
Commit message (Expand)AuthorAgeFilesLines
* remove some noises in tests (#16448)flywind2020-12-271-51/+51
* testament: error instead of silently ignore invalid targets; remove pointless...Timothee Cour2020-12-141-1/+1
* unittest: use defines instead of env vars (#16165)Timothee Cour2020-12-101-6/+0
* Make the fields of `times.DateTime` private (#14197)Oscar Nihlgård2020-05-061-9/+20
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-2/+2
* fix https://github.com/nim-lang/RFCs/issues/211: `var a: DateTime` compiles a...Timothee Cour2020-04-181-0/+15
* faster CIs (#13803)Miran2020-03-301-7/+1
* fixes #13543 and added times.isLeapDay (#13547)Timothee Cour2020-03-011-3/+7
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-2/+2
* Allow for locale-based parsing/formatting of dates (#11170)Matt Haggard2019-05-081-0/+27
* Replace the duration conversion procs with new improved ones (#10710)Oscar Nihlgård2019-02-191-0/+9
* New implementation of times.between (#10523)Oscar Nihlgård2019-02-061-35/+138
* Fix spelling errors (#10379)Federico Ceratto2019-01-191-1/+1
* Don't use parseutils.parseInt in the times module (#10028)Oscar Nihlgård2018-12-221-0/+11
* require errormsg to be specified before file.Arne Döring2018-12-111-7/+4
* times - remove unneeded negative sign when parsing formats z and zz (#9631)pgkos2018-11-061-0/+9
* Fix tests on NixOS (#9209) (#9285)xzfc2018-10-101-1/+1
* Cleanup ttimes (#8714)Oscar Nihlgård2018-08-221-101/+72
* times.Timezone changes (#8527)Oscar Nihlgård2018-08-171-24/+6
* 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