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
*
Fix countLeapYears
Oscar NihlgÄrd
2017-10-10
1
-1
/
+1
*
fixes to allow the usage of clang on windows with the msvc abi and ms headers...
Charlie Barto
2017-10-09
1
-10
/
+5
*
Call tzset to initialize timezone (#6466)
GULPF
2017-10-03
1
-0
/
+2
*
Improve TimeInterval docs #6135 (#6341)
Federico Ceratto
2017-09-07
1
-8
/
+20
*
Improve docs around subtracting times (#6152)
Federico Ceratto
2017-09-03
1
-0
/
+12
*
Add TimeInterval reversing docstring
Federico Ceratto
2017-07-29
1
-0
/
+5
*
fixes #6021!
Araq
2017-06-27
1
-43
/
+53
*
Fix #6010 documenting subtracting time interval (#6012)
Euan T
2017-06-22
1
-1
/
+1
*
Update times.nim
Daniil Yarancev
2017-06-18
1
-1
/
+1
*
Linux abi take 3 (#5692)
Jacek Sieka
2017-04-12
1
-10
/
+24
*
Stdlib: Times: Use JS's "new Date" to convert TimeInfo to Time.
Konstantin Molchanov
2017-03-29
1
-260
/
+253
*
Merge branch 'calculate_yearday_in_timeinfo_js' into fix_time_offset_in_times_js
Konstantin Molchanov
2017-03-27
1
-2
/
+8
|
\
|
*
Times: JS: Add yearday to TimeInfo.
Konstantin Molchanov
2017-03-27
1
-2
/
+8
*
|
Times: JS: Remove implicit UTC convesion.
Konstantin Molchanov
2017-03-26
1
-1
/
+1
|
/
*
JS: Times: Add timezone prop to TimeInfo. (#5581)
Konstantin Molchanov
2017-03-25
1
-0
/
+1
*
fixes 4804
Simon Krauter
2017-01-06
1
-10
/
+4
*
bcc uses _timezone like vcc
AdrianV
2016-12-28
1
-1
/
+1
*
Merge branch 'devel' into sighashes
Araq
2016-12-06
1
-6
/
+18
|
\
|
*
Revert @endragor's fix for Windows
Dmitry Polienko
2016-12-06
1
-14
/
+16
|
*
Fix TimeInfo to Time conversion. Fixes #5065.
Ruslan Mustakov
2016-11-30
1
-10
/
+15
*
|
times.nim: remove code duplication
Araq
2016-11-29
1
-8
/
+2
|
/
*
Updated times.parse() documentation
Felix Krause
2016-11-14
1
-3
/
+6
*
Parse 'Z' as valid timezone if offset is expected
Felix Krause
2016-11-14
1
-3
/
+15
*
Assume local DST iff no timezone is given
Felix Krause
2016-11-14
1
-3
/
+16
*
Improved `-`; fixed tests
Felix Krause
2016-11-14
1
-18
/
+15
*
Fixed daylight saving time
Felix Krause
2016-11-14
1
-19
/
+16
*
Fixed timezone rendering, added test
Felix Krause
2016-11-10
1
-4
/
+5
*
Fixed timezone sign error
Felix Krause
2016-11-08
1
-6
/
+6
*
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
[next]