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
*
Use enum string values in times.nim (#8413)
Oscar Nihlgård
2018-07-23
1
-16
/
+19
*
fix #8273 times format regression, and fix inconsistent ordering in 1 format ...
Timothee Cour
2018-07-16
1
-29
/
+29
*
New implementations of times.parse & times.format (#8094)
Oscar Nihlgård
2018-07-09
1
-554
/
+822
*
Unexport times.stringifyUnit (#8168)
Oscar Nihlgård
2018-07-01
1
-8
/
+6
*
Change inconsistent paramaters in times.nim (#8091)
Oscar Nihlgård
2018-06-23
1
-28
/
+19
*
[change] Replace mutators with their more generic versions
Michael Voronin
2018-06-06
1
-37
/
+22
*
[add] Add fraction of seconds to parse/format utils
Michael Voronin
2018-05-31
1
-60
/
+75
*
[add] add between function to calculate TI between two datetimes
Michael Voronin
2018-05-31
1
-0
/
+103
*
[add] Add procs for TimeInterval stringify
Michael Voronin
2018-05-31
1
-1
/
+34
*
[add+change] Added toDurationParts proc to convert Duration to array[FixedTim...
Michael Voronin
2018-05-31
1
-22
/
+53
*
[doc] Standardize deprecation warnings
Michael Voronin
2018-05-10
1
-8
/
+7
*
[add] Add some wrappers
Michael Voronin
2018-05-10
1
-0
/
+20
*
[refactoring] Rearrange functions for better readability/usage
Michael Voronin
2018-05-10
1
-139
/
+155
*
[doc] Add/modify some runnable examples for pure/times
Michael Voronin
2018-05-10
1
-36
/
+104
*
[fix] Little fix for runnable example in pure/times
Michael Voronin
2018-05-10
1
-1
/
+1
*
Merge pull request #7624 from skilchen/fix-issue7620
Dominik Picheta
2018-05-03
1
-7
/
+15
|
\
|
*
there is no hour 0 in am/pm time
skilchen
2018-04-16
1
-7
/
+15
*
|
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
[next]