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
*
times.nim: don't rely on zero terminator
Andreas Rumpf
2018-04-29
1
-47
/
+50
*
Rename `Time.nanoseconds` to `nanosecond` (#7673)
Oscar Nihlgård
2018-04-25
1
-30
/
+30
*
Add `fromWinTime` and deprecate `unixTimeToWinTime`/`winTimeToUnixTime` (#7641)
Oscar Nihlgård
2018-04-19
1
-13
/
+26
*
Change type of `Timeval.tv_sec` to `posix.Time` (#7646)
Oscar Nihlgård
2018-04-18
1
-1
/
+1
*
allow stringification of DurationZero (#7625)
skilchen
2018-04-18
1
-1
/
+3
*
os.setLastModificationTime*(file: string, t: times.Time) (#7543)
Hendrik
2018-04-16
1
-3
/
+5
*
Timeinterval optimization (#7608)
Oscar Nihlgård
2018-04-16
1
-12
/
+37
*
remove deprecated timeToTimeInfo; fixes #3678
Andreas Rumpf
2018-04-14
1
-49
/
+12
*
Sub second time resolution (#6978)
Oscar Nihlgård
2018-04-13
1
-260
/
+634
*
Fixed compilation of times.nim with mingw 4.9.2 C++ 32bit
Yuriy Glukhov
2018-04-03
1
-3
/
+6
*
Comparing datetimes
data-man
2018-04-01
1
-0
/
+12
*
Remove repetitive index checks in b30b9207510a62b.
Dominik Picheta
2018-02-19
1
-139
/
+67
*
Fix date parsing for a bad inputs
data-man
2018-02-19
1
-59
/
+139
*
Merge pull request #7033 from GULPF/allow-timezone-closures
Dominik Picheta
2018-01-10
1
-2
/
+2
|
\
|
*
Remove nimcall pragma from tz procs
Oscar Nihlgård
2018-01-05
1
-2
/
+2
|
*
Allow timezone procs to be closures
Oscar Nihlgård
2018-01-05
1
-2
/
+2
*
|
Unexport epochday procs (#7024)
GULPF
2018-01-03
1
-2
/
+2
|
/
*
Improve deprecation comments in times module
GULPF
2017-12-31
1
-3
/
+6
*
Add warnings about deprecation to times module (#7001)
Daniil Yarancev
2017-12-30
1
-2
/
+12
*
cleanup times.nim
Araq
2017-12-21
1
-8
/
+7
*
Better times module (#6552)
GULPF
2017-12-18
1
-730
/
+801
*
'ord' does not produce a range type anymore
Andreas Rumpf
2017-11-02
1
-2
/
+2
*
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
[next]