summary refs log tree commit diff stats
path: root/lib/pure/times.nim
Commit message (Expand)AuthorAgeFilesLines
* Make the fields of `times.DateTime` private (#14197)Oscar Nihlgård2020-05-061-76/+180
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-1/+2
* Remove some deprecated procs from std/times (#14129)Oscar Nihlgård2020-04-271-143/+31
* Times refactorings (#13949)Oscar Nihlgård2020-04-211-753/+778
* fix https://github.com/nim-lang/RFCs/issues/211: `var a: DateTime` compiles a...Timothee Cour2020-04-181-3/+10
* refs #13797 (#13812)Timothee Cour2020-03-311-1/+1
* fixes #13558: toDateTime buggy on 29th, 30th and 31th of each month; breaking...Timothee Cour2020-03-111-13/+3
* fixes #13543 and added times.isLeapDay (#13547)Timothee Cour2020-03-011-0/+13
* Add sideEffect pragma to importC procs in posix, winlean and time module (#13...Tomohiro2020-02-081-3/+3
* [backport] times/getClockStr(): fix mistake in doc (#13229) [ci skip]Milan2020-01-221-1/+1
* fixes a critical times.nim bug reported on IRC [backport] (#13216)Andreas Rumpf2020-01-211-2/+3
* times: toUnixFloat, fromUnixFloat (#13044)Timothee Cour2020-01-181-9/+28
* style fix: change 'JS' to 'js' to make it consistent (#13168)Miran2020-01-161-7/+7
* [minor] fix doc for $(Time) (#12795) [backport]Timothee Cour2019-12-031-1/+1
* fix documentation of `$`*(dt: DateTime) (#12660)David Krause2019-11-151-1/+1
* [backport] run nimpretty on the remaining filesnarimiran2019-09-301-74/+88
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-4/+4
* makes tests green againAndreas Rumpf2019-09-211-9/+9
* Add std/monotimes which implements monotonic timestamps (#11712)Andreas Rumpf2019-07-151-9/+16
|\
| * [other] Minor optimization in timesOscar Nihlgård2019-07-121-9/+12
| * [feature] Added std/monotimesOscar Nihlgård2019-07-121-0/+4
* | times: use posix constant instead of import (#11692)Jacek Sieka2019-07-131-9/+4
|/
* there is only one style -- my styleAraq2019-07-101-0/+8
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-12/+12
* ABI fixes for OSX/BSD; fixes #6860 (#11666)Andreas Rumpf2019-07-061-1/+1
* Documentation improvements to the times module (#11639)Graeme Cross2019-07-031-27/+27
* fixes #7167 (#11300)Andreas Rumpf2019-05-221-1/+1
* getDateStr and getClockStr takes a default parameter (#11108)liuxiaodong2019-05-211-4/+6
* make epochTime available in DLLs; refs #6855Araq2019-05-101-50/+49
* Allow for locale-based parsing/formatting of dates (#11170)Matt Haggard2019-05-081-91/+57
* Add missing `deprecated` pragma (#11100) [ci skip]Oscar Nihlgård2019-04-241-1/+1
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-6/+7
* Strformat symbol binding (#10927)Arne Döring2019-04-051-0/+8
* newruntime: progressAraq2019-04-011-1/+1
* make 'nim doc times.nim' work on old versions of OSX againAndreas Rumpf2019-03-041-1/+1
* times.nim: Fix docs for duration conversion procs [ci skip] (#10770)ee72019-03-021-5/+5
* times.nim: avoid some stdlib dependenciesAraq2019-02-201-5/+5
* Replace the duration conversion procs with new improved ones (#10710)Oscar Nihlgård2019-02-191-56/+156
* better docs: timesnarimiran2019-02-131-27/+93
* New implementation of times.between (#10523)Oscar Nihlgård2019-02-061-81/+94
* times.nim: make it compile on older OSX versionsAndreas Rumpf2019-02-041-1/+14
* Deprecate the times.countX procs (#10522)Oscar Nihlgård2019-02-011-4/+16
* times: use clock_gettime() for epochTime() (#10499)alaviss2019-01-301-12/+4
* Revert export of times.CTime; add std/time_t instead. (#10319)Oscar Nihlgård2019-01-161-7/+4
* Expose CTime (#10301)genotrance2019-01-141-3/+3
* Times cosmetic changes (#10237)Oscar Nihlgård2019-01-101-329/+374
* refs #10121 (#10124)Timothee Cour2018-12-301-1/+2
* Don't use parseutils.parseInt in the times module (#10028)Oscar Nihlgård2018-12-221-39/+67
* times.nim: Minor formatting change in the example codeAraq2018-12-041-1/+1
* times: use clock_gettime for cpuTime with POSIX (#9793)Emery Hemingway2018-11-261-3/+13