summary refs log tree commit diff stats
path: root/lib/pure/times.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* updated tests to be executedArne Döring2018-11-231-1/+6
* Times module cosmetic changes (#9770)Oscar Nihlgård2018-11-201-33/+22
* removes deprecated T/P typesAraq2018-11-161-3/+0
* times - remove unneeded negative sign when parsing formats z and zz (#9631)pgkos2018-11-061-3/+3
* Fix times 32-bit issueOscar Nihlgård2018-10-191-2/+4
* times.nim: minor code cleanupAraq2018-08-311-3/+2
* Don't assume utcOffset == +0 for old dates on Windows (#8744)Oscar Nihlgård2018-08-231-0/+11
* Cleanup ttimes (#8714)Oscar Nihlgård2018-08-221-7/+3
* times.Timezone changes (#8527)Oscar Nihlgård2018-08-171-63/+139
* Haiku support for Nim (#8542)alaviss2018-08-141-1/+1
* Use enum string values in times.nim (#8413)Oscar Nihlgård2018-07-231-16/+19
* fix #8273 times format regression, and fix inconsistent ordering in 1 format ...Timothee Cour2018-07-161-29/+29
* New implementations of times.parse & times.format (#8094)Oscar Nihlgård2018-07-091-554/+822
* Unexport times.stringifyUnit (#8168)Oscar Nihlgård2018-07-011-8/+6
* Change inconsistent paramaters in times.nim (#8091)Oscar Nihlgård2018-06-231-28/+19
* [change] Replace mutators with their more generic versionsMichael Voronin2018-06-061-37/+22
* [add] Add fraction of seconds to parse/format utilsMichael Voronin2018-05-311-60/+75
* [add] add between function to calculate TI between two datetimesMichael Voronin2018-05-311-0/+103
* [add] Add procs for TimeInterval stringifyMichael Voronin2018-05-311-1/+34
* [add+change] Added toDurationParts proc to convert Duration to array[FixedTim...Michael Voronin2018-05-311-22/+53
* [doc] Standardize deprecation warningsMichael Voronin2018-05-101-8/+7
* [add] Add some wrappersMichael Voronin2018-05-101-0/+20
* [refactoring] Rearrange functions for better readability/usageMichael Voronin2018-05-101-139/+155
* [doc] Add/modify some runnable examples for pure/timesMichael Voronin2018-05-101-36/+104
* [fix] Little fix for runnable example in pure/timesMichael Voronin2018-05-101-1/+1
* Merge pull request #7624 from skilchen/fix-issue7620Dominik Picheta2018-05-031-7/+15
|\
| * there is no hour 0 in am/pm timeskilchen2018-04-161-7/+15
* | times.nim: don't rely on zero terminatorAndreas Rumpf2018-04-291-47/+50
* | Rename `Time.nanoseconds` to `nanosecond` (#7673)Oscar Nihlgård2018-04-251-30/+30
* | Add `fromWinTime` and deprecate `unixTimeToWinTime`/`winTimeToUnixTime` (#7641)Oscar Nihlgård2018-04-191-13/+26
* | Change type of `Timeval.tv_sec` to `posix.Time` (#7646)Oscar Nihlgård2018-04-181-1/+1
* | allow stringification of DurationZero (#7625)skilchen2018-04-181-1/+3
* | os.setLastModificationTime*(file: string, t: times.Time) (#7543)Hendrik2018-04-161-3/+5
|/
* Timeinterval optimization (#7608)Oscar Nihlgård2018-04-161-12/+37