summary refs log tree commit diff stats
path: root/lib/pure/times.nim
Commit message (Expand)AuthorAgeFilesLines
* Revert @endragor's fix for WindowsDmitry Polienko2016-12-061-14/+16
* Fix TimeInfo to Time conversion. Fixes #5065.Ruslan Mustakov2016-11-301-10/+15
* 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
* Merge pull request #3114 from coffeepots/patch-1Dominik Picheta2015-08-081-0/+126
|\
| * Removed unused leapYearsSinceEpochcoffeepots2015-07-311-3/+0
| * Implemented changes suggested by dom96coffeepots2015-07-311-42/+39
| * Fixed dayOfWeekJulian, exported SecondScalecoffeepots2015-07-161-5/+7
added documentation' href='/akspecs/ranger/commit/TODO?h=v1.7.0&id=4be8b40169288414ac02842dee30a50e6b73e1c4'>4be8b401 ^
d955e3f0 ^
75013dc7 ^
67bb838c ^
a808a661 ^
bba8d293 ^
2a64495f ^
5e449699 ^
8895b130 ^

7b04e507 ^
87db0130 ^
dd4a4145 ^
8f2f1767 ^
db1721dd ^
aea5cf92 ^
b624bd94 ^
69d1220f ^
6099d9a3 ^
9207e83c ^
f7db061b ^
6099d9a3 ^
6f43de0a ^




fca1fc4f ^
f70ee6b2 ^
0db4c9b2 ^
b2d63ef5 ^
291ca616 ^
d994d0d6 ^
01c89bb5 ^
c776804d ^
dab4db44 ^
cc4210ff ^
34c131ef ^
66c5bb93 ^
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93