index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
times.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #5002 from goldenreign/time-compare-nosideeffect
Andreas Rumpf
2016-11-07
1
-5
/
+5
|
\
|
*
Fix `-` operator for Time type for JS target
goldenreign
2016-11-07
1
-1
/
+1
|
*
Add 'noSideEffect' pragma for Time type's operators
goldenreign
2016-11-07
1
-4
/
+4
*
|
More cosmetic changes
Felix Krause
2016-11-07
1
-20
/
+11
*
|
Cosmetic fixes
Felix Krause
2016-11-03
1
-16
/
+17
*
|
Use ISO 8601 format for times.`$`. Fixed tests.
Felix Krause
2016-11-01
1
-46
/
+36
*
|
Removed tzname because it's broken
Felix Krause
2016-11-01
1
-32
/
+2
*
|
Fixed timezone offset parsing
Felix Krause
2016-11-01
1
-10
/
+12
*
|
Made times.nim compile again to JS
Felix Krause
2016-11-01
1
-2
/
+1
*
|
Fixed timezone handling
Felix Krause
2016-11-01
1
-55
/
+41
|
/
*
change TimeImpl for MingW
Araq
2016-11-01
1
-1
/
+1
*
Fix #4922, bug in times.parse, mishandling DST.
Jonathan Bernard
2016-10-21
1
-6
/
+12
*
Bugfix for times.initInterval (issue #4889)
Jonathan Bernard
2016-10-12
1
-8
/
+8
*
Calculate correct yearday in times.parse
Felix Krause
2016-08-19
1
-2
/
+5
*
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-41
/
+22
*
prepare Nim codebase for upcoming parser changes
Andreas Rumpf
2016-07-15
1
-3
/
+3
*
Fix times.`+` and `-` for TimeInfo and TimeInterval.
Dominik Picheta
2016-06-18
1
-3
/
+9
*
Time has now reference semantics on js
Yuriy Glukhov
2016-06-01
1
-1
/
+2
*
Adding OpenBSD to defines
cheatfate
2016-05-30
1
-4
/
+4
*
Resolve #3059
cheatfate
2016-05-30
1
-31
/
+76
*
Some documentation fixes in times module.
Dominik Picheta
2016-04-06
1
-8
/
+15
*
Deprecate timeToTimeInfo, add str->time procs
coffeepots
2016-04-06
1
-36
/
+43
*
Spellcheck
Federico Ceratto
2016-02-29
1
-1
/
+1
*
Fixed issue 3905 with getTimezone in js
Anatoly Galiulin
2016-02-26
1
-1
/
+1
*
Fixed TimeInterval bug.
Dominik Picheta
2016-01-08
1
-6
/
+9
*
Fixed ttime test. Improved docs in times module.
Dominik Picheta
2016-01-08
1
-3
/
+16
*
add timeinterval helping functions as per issue #3609
JamesP
2015-12-08
1
-22
/
+130
*
Add comment at end of file on where to find further tests
JamesP
2015-12-01
1
-0
/
+3
*
Removal of tests from times module, that have been moved to ttime.nim test file
JamesP
2015-12-01
1
-116
/
+4
*
added an assertion
Araq
2015-10-27
1
-1
/
+3
*
Example: add extra getGmTime interval addition example
JamesP
2015-09-10
1
-1
/
+2
*
tests added: toSeconds with local/GM timezones, interval add/sub
JamesP
2015-09-10
1
-0
/
+25
*
bug fix: `+` and `-` handle GM and Local time correctly
JamesP
2015-09-10
1
-8
/
+8
*
add examples block to top of times module
JamesP
2015-09-10
1
-0
/
+19
*
times: Export & document countLeapYears/Years/Days
Adam Strzelecki
2015-09-03
1
-14
/
+18
*
Fixed compilation of times module with JS.
Yuriy Glukhov
2015-08-14
1
-16
/
+18
*
Fixed fromSeconds function JS variant
Yuriy Glukhov
2015-08-12
1
-1
/
+1
*
Merge pull request #3114 from coffeepots/patch-1
Dominik Picheta
2015-08-08
1
-0
/
+126
|
\
|
*
Removed unused leapYearsSinceEpoch
coffeepots
2015-07-31
1
-3
/
+0
|
*
Implemented changes suggested by dom96
coffeepots
2015-07-31
1
-42
/
+39
|
*
Fixed dayOfWeekJulian, exported SecondScale
coffeepots
2015-07-16
1
-5
/
+7
|
*
Procs to decode Time to TimeInfo & TimeInterval
coffeepots
2015-07-14
1
-0
/
+130
*
|
Merge pull request #3161 from barcharcraz/fix_times_on_vcc2015
Dominik Picheta
2015-08-03
1
-5
/
+11
|
\
\
|
*
|
make this change VCC specific
Charlie Barto
2015-08-02
1
-3
/
+8
|
*
|
import the correct symbols on windows
Charlie Barto
2015-07-31
1
-6
/
+7
*
|
|
Improved errors in times.parse.
Dominik Picheta
2015-07-24
1
-7
/
+14
*
|
|
Fix times' parse with literal strings
Magnus Holm
2015-07-24
1
-1
/
+3
|
|
/
|
/
|
*
|
Added `getDaysInYear` proc
apense
2015-07-06
1
-2
/
+6
*
|
stdlib: don't use deprecated symbols
Araq
2015-06-04
1
-1
/
+1
*
|
Fixed 'milliseconds' spelling in code and docs
pdw
2015-05-15
1
-6
/
+11
[next]