summary refs log tree commit diff stats
path: root/tests/stdlib/ttime.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
365 ^
8cb4e365 ^






795f5244 ^
166e3c0d ^



8cb4e365 ^




1c57bab6 ^

ec99eb7a ^
1c57bab6 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34