summary refs log tree commit diff stats
path: root/tests/stdlib/ttime.nim
Commit message (Expand)AuthorAgeFilesLines
* Add dst formatting tests (#6468)GULPF2017-10-101-229/+0
* Parse 'Z' as valid timezone if offset is expectedFelix Krause2016-11-141-0/+4
* Improved `-`; fixed testsFelix Krause2016-11-141-2/+2
* Fixed daylight saving timeFelix Krause2016-11-141-1/+22
* Fixed timezone rendering, added testFelix Krause2016-11-101-0/+12
* Merge pull request #5002 from goldenreign/time-compare-nosideeffectAndreas Rumpf2016-11-071-0/+11
|\
| * Add 'noSideEffect' pragma for Time type's operatorsgoldenreign2016-11-071-0/+11
* | Use ISO 8601 format for times.`$`. Fixed tests.Felix Krause2016-11-011-51/+66
* | Removed tzname because it's brokenFelix Krause2016-11-011-12/+12
|/
* Fix #4922, bug in times.parse, mishandling DST.Jonathan Bernard2016-10-211-0/+16
* Bugfix for times.initInterval (issue #4889)Jonathan Bernard2016-10-121-1/+8
* Improved times testsFelix Krause2016-08-211-38/+32
* Fixed TimeInterval bug.Dominik Picheta2016-01-081-0/+5
* Fixed ttime test. Improved docs in times module.Dominik Picheta2016-01-081-1/+0
* add timeinterval helping functions as per issue #3609JamesP2015-12-081-37/+57
* add assertion tests from times module to ttime.nim test file in tests\stdlibJamesP2015-12-011-2/+121
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-6/+6
* new tester; all tests categorizedAraq2014-01-131-0/+6