summary refs log tree commit diff stats
path: root/lib/pure/times.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed timezone rendering, added testFelix Krause2016-11-101-4/+5
* Fixed timezone sign errorFelix Krause2016-11-081-6/+6
* Merge pull request #5002 from goldenreign/time-compare-nosideeffectAndreas Rumpf2016-11-071-5/+5
|\
| * Fix `-` operator for Time type for JS targetgoldenreign2016-11-071-1/+1
| * Add 'noSideEffect' pragma for Time type's operatorsgoldenreign2016-11-071-4/+4
* | More cosmetic changesFelix Krause2016-11-071-20/+11
* | Cosmetic fixesFelix Krause2016-11-031-16/+17
* | Use ISO 8601 format for times.`$`. Fixed tests.Felix Krause2016-11-011-46/+36
* | Removed tzname because it's brokenFelix Krause2016-11-011-32/+2
* | Fixed timezone offset parsingFelix Krause2016-11-011-10/+12
* | Made times.nim compile again to JSFelix Krause2016-11-011-2/+1
* | Fixed timezone handlingFelix Krause2016-11-011-55/+41
|/
* change TimeImpl for MingWAraq2016-11-011-1/+1
* Fix #4922, bug in times.parse, mishandling DST.Jonathan Bernard2016-10-211-6/+12
* Bugfix for times.initInterval (issue #4889)Jonathan Bernard2016-10-121-8/+8
* Calculate correct yearday in times.parseFelix Krause2016-08-191-2/+5
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-41/+22
* prepare Nim codebase for upcoming parser changesAndreas Rumpf2016-07-151-3/+3
* Fix times.`+` and `-` for TimeInfo and TimeInterval.Dominik Picheta2016-06-181-3/+9
* Time has now reference semantics on jsYuriy Glukhov2016-06-011-1/+2
* Adding OpenBSD to definescheatfate2016-05-301-4/+4
* Resolve #3059cheatfate2016-05-301-31/+76
* Some documentation fixes in times module.Dominik Picheta2016-04-061-8/+15
* Deprecate timeToTimeInfo, add str->time procscoffeepots2016-04-061-36/+43