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
/
tests
/
stdlib
/
ttimes.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove some noises in tests (#16448)
flywind
2020-12-27
1
-51
/
+51
*
testament: error instead of silently ignore invalid targets; remove pointless...
Timothee Cour
2020-12-14
1
-1
/
+1
*
unittest: use defines instead of env vars (#16165)
Timothee Cour
2020-12-10
1
-6
/
+0
*
Make the fields of `times.DateTime` private (#14197)
Oscar Nihlgård
2020-05-06
1
-9
/
+20
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-2
/
+2
*
fix https://github.com/nim-lang/RFCs/issues/211: `var a: DateTime` compiles a...
Timothee Cour
2020-04-18
1
-0
/
+15
*
faster CIs (#13803)
Miran
2020-03-30
1
-7
/
+1
*
fixes #13543 and added times.isLeapDay (#13547)
Timothee Cour
2020-03-01
1
-3
/
+7
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-2
/
+2
*
Allow for locale-based parsing/formatting of dates (#11170)
Matt Haggard
2019-05-08
1
-0
/
+27
*
Replace the duration conversion procs with new improved ones (#10710)
Oscar Nihlgård
2019-02-19
1
-0
/
+9
*
New implementation of times.between (#10523)
Oscar Nihlgård
2019-02-06
1
-35
/
+138
*
Fix spelling errors (#10379)
Federico Ceratto
2019-01-19
1
-1
/
+1
*
Don't use parseutils.parseInt in the times module (#10028)
Oscar Nihlgård
2018-12-22
1
-0
/
+11
*
require errormsg to be specified before file.
Arne Döring
2018-12-11
1
-7
/
+4
*
times - remove unneeded negative sign when parsing formats z and zz (#9631)
pgkos
2018-11-06
1
-0
/
+9
*
Fix tests on NixOS (#9209) (#9285)
xzfc
2018-10-10
1
-1
/
+1
*
Cleanup ttimes (#8714)
Oscar Nihlgård
2018-08-22
1
-101
/
+72
*
times.Timezone changes (#8527)
Oscar Nihlgård
2018-08-17
1
-24
/
+6
*
New implementations of times.parse & times.format (#8094)
Oscar Nihlgård
2018-07-09
1
-61
/
+149
*
Merge pull request #7624 from skilchen/fix-issue7620
Dominik Picheta
2018-05-03
1
-0
/
+6
|
\
|
*
there is no hour 0 in am/pm time
skilchen
2018-04-16
1
-0
/
+6
*
|
Rename `Time.nanoseconds` to `nanosecond` (#7673)
Oscar Nihlgård
2018-04-25
1
-2
/
+6
*
|
Add `fromWinTime` and deprecate `unixTimeToWinTime`/`winTimeToUnixTime` (#7641)
Oscar Nihlgård
2018-04-19
1
-1
/
+8
|
/
*
Timeinterval optimization (#7608)
Oscar Nihlgård
2018-04-16
1
-21
/
+24
*
Sub second time resolution (#6978)
Oscar Nihlgård
2018-04-13
1
-26
/
+57
*
Comparing datetimes
data-man
2018-04-01
1
-1
/
+9
*
Fix date parsing for a bad inputs
data-man
2018-02-19
1
-0
/
+49
*
Allow timezone procs to be closures
Oscar Nihlgård
2018-01-05
1
-0
/
+24
*
Better times module (#6552)
GULPF
2017-12-18
1
-156
/
+210
*
Fix countLeapYears
Oscar Nihlgård
2017-10-10
1
-0
/
+6
*
Add dst formatting tests (#6468)
GULPF
2017-10-10
1
-0
/
+237