| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |