summary refs log tree commit diff stats
path: root/lib/pure/times.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* SpellcheckFederico Ceratto2016-02-291-1/+1
* Fixed issue 3905 with getTimezone in jsAnatoly Galiulin2016-02-261-1/+1
* Fixed TimeInterval bug.Dominik Picheta2016-01-081-6/+9
* Fixed ttime test. Improved docs in times module.Dominik Picheta2016-01-081-3/+16
* add timeinterval helping functions as per issue #3609JamesP2015-12-081-22/+130
* Add comment at end of file on where to find further testsJamesP2015-12-011-0/+3
* Removal of tests from times module, that have been moved to ttime.nim test fileJamesP2015-12-011-116/+4
* added an assertionAraq2015-10-271-1/+3
* Example: add extra getGmTime interval addition exampleJamesP2015-09-101-1/+2
* tests added: toSeconds with local/GM timezones, interval add/subJamesP2015-09-101-0/+25
* bug fix: `+` and `-` handle GM and Local time correctlyJamesP2015-09-101-8/+8
* add examples block to top of times moduleJamesP2015-09-101-0/+19
* times: Export & document countLeapYears/Years/DaysAdam Strzelecki2015-09-031-14/+18
* Fixed compilation of times module with JS.Yuriy Glukhov2015-08-141-16/+18
* Fixed fromSeconds function JS variantYuriy Glukhov2015-08-121-1/+1