summaryrefslogtreecommitdiffstats
path: root/src/datetime.h
Commit message (Collapse)AuthorAgeFilesLines
* datetime: Drop newly unused use of timegm()P. J. McDermott2022-03-291-3/+0
| | | | It's non-standard.
* datetime: Get target (struct tm *) from callerP. J. McDermott2022-03-291-1/+2
|
* datetime: Add function to get seconds since EpochP. J. McDermott2022-03-191-0/+3
| | | | And use it in main().
* datetime: Get now (struct tm) from callerP. J. McDermott2022-03-181-1/+1
|
* Add option to list supported formatsP. J. McDermott2021-08-311-0/+12
|
* datetime: Add missing #include in headerP. J. McDermott2021-08-311-0/+2
|
* Move concatenation functionP. J. McDermott2021-08-291-1/+1
|
* Add loop, adjust datetime_parse() param and declsP. J. McDermott2021-08-291-1/+1
|
* datetime: Further implementP. J. McDermott2021-08-291-0/+22
| | | | | Simplify concatenation, factor out formats, and determine date if not specified.
* datetime: WIPP. J. McDermott2021-08-291-0/+4