summaryrefslogtreecommitdiffstats
path: root/lib/time.sh
Commit message (Collapse)AuthorAgeFilesLines
* ob_*_gmtime(): Don't freeze on New Year's DayPatrick McDermott2021-01-021-1/+1
| | | | | And add test cases to confirm the resolution of this bug and the one fixed by commit 83bee70f80d8c98b875c943297b0049eae7d6d22.
* ob_*_gmtime(): Don't freeze in DecemberPatrick McDermott2020-12-061-0/+1
|
* _ob_gmtime(): Fix numbers being interpreted in octalPatrick McDermott2019-06-181-1/+1
|
* ob_rfc822_mktime(), ob_*_gmtime(): Add "(3)" to C function manual referencesPatrick McDermott2019-06-181-7/+7
|
* ob_touch_t_gmtime(): New functionPatrick McDermott2019-06-181-0/+21
|
* ob_iso8601_gmtime(): Factor out common gmtime codePatrick McDermott2019-06-181-13/+22
|
* ob_iso8601_gmtime(): Fix dates after leap daysPatrick McDermott2019-06-161-1/+1
|
* ob_rfc822_mktime(): Drop "+" TZ signPatrick McDermott2019-06-161-1/+2
|
* ob_rfc822_mktime(): Parse monthPatrick McDermott2019-06-151-1/+17
|
* ob_rfc822_mktime(): Fix parsingPatrick McDermott2019-06-151-2/+6
|
* lib/time.sh: New filePatrick McDermott2019-06-151-0/+162