summary refs log tree commit diff stats
path: root/lib/pure/times.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove deprecated timeToTimeInfo; fixes #3678Andreas Rumpf2018-04-141-49/+12
* Sub second time resolution (#6978)Oscar Nihlgård2018-04-131-260/+634
* Fixed compilation of times.nim with mingw 4.9.2 C++ 32bitYuriy Glukhov2018-04-031-3/+6
* Comparing datetimesdata-man2018-04-011-0/+12
* Remove repetitive index checks in b30b9207510a62b.Dominik Picheta2018-02-191-139/+67
* Fix date parsing for a bad inputsdata-man2018-02-191-59/+139
* Merge pull request #7033 from GULPF/allow-timezone-closuresDominik Picheta2018-01-101-2/+2
|\
| * Remove nimcall pragma from tz procsOscar Nihlgård2018-01-051-2/+2
| * Allow timezone procs to be closuresOscar Nihlgård2018-01-051-2/+2
* | Unexport epochday procs (#7024)GULPF2018-01-031-2/+2
|/
* Improve deprecation comments in times moduleGULPF2017-12-311-3/+6
* Add warnings about deprecation to times module (#7001)Daniil Yarancev2017-12-301-2/+12
* cleanup times.nimAraq2017-12-211-8/+7
* Better times module (#6552)GULPF2017-12-181-730/+801
* 'ord' does not produce a range type anymoreAndreas Rumpf2017-11-021-2/+2
* Fix countLeapYearsOscar Nihlgård2017-10-101-1/+1
* fixes to allow the usage of clang on windows with the msvc abi and ms headers...Charlie Barto2017-10-091-10/+5
* Call tzset to initialize timezone (#6466)GULPF2017-10-031-0/+2
* Improve TimeInterval docs #6135 (#6341)Federico Ceratto2017-09-071-8/+20
* Improve docs around subtracting times (#6152)Federico Ceratto2017-09-031-0/+12
* Add TimeInterval reversing docstringFederico Ceratto2017-07-291-0/+5
* fixes #6021!Araq2017-06-271-43/+53
* Fix #6010 documenting subtracting time interval (#6012)Euan T2017-06-221-1/+1
* Update times.nimDaniil Yarancev2017-06-181-1/+1
* Linux abi take 3 (#5692)Jacek Sieka2017-04-121-10/+24
* Stdlib: Times: Use JS's "new Date" to convert TimeInfo to Time.Konstantin Molchanov2017-03-291-260/+253
* Merge branch 'calculate_yearday_in_timeinfo_js' into fix_time_offset_in_times_jsKonstantin Molchanov2017-03-271-2/+8
|\
| * Times: JS: Add yearday to TimeInfo.Konstantin Molchanov2017-03-271-2/+8
* | Times: JS: Remove implicit UTC convesion.Konstantin Molchanov2017-03-261-1/+1
|/
* JS: Times: Add timezone prop to TimeInfo. (#5581)Konstantin Molchanov2017-03-251-0/+1
* fixes 4804Simon Krauter2017-01-061-10/+4
* bcc uses _timezone like vccAdrianV2016-12-281-1/+1
* Merge branch 'devel' into sighashesAraq2016-12-061-6/+18
|\
| * Revert @endragor's fix for WindowsDmitry Polienko2016-12-061-14/+16
| * Fix TimeInfo to Time conversion. Fixes #5065.Ruslan Mustakov2016-11-301-10/+15
* | times.nim: remove code duplicationAraq2016-11-291-8/+2
|/
* Updated times.parse() documentationFelix Krause2016-11-141-3/+6
* Parse 'Z' as valid timezone if offset is expectedFelix Krause2016-11-141-3/+15
* Assume local DST iff no timezone is givenFelix Krause2016-11-141-3/+16
* Improved `-`; fixed testsFelix Krause2016-11-141-18/+15
* Fixed daylight saving timeFelix Krause2016-11-141-19/+16
href='#n625'>625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669