Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | datetime: Drop newly unused use of timegm() | P. J. McDermott | 2022-03-29 | 1 | -3/+0 |
* | datetime: Get target (struct tm *) from caller | P. J. McDermott | 2022-03-29 | 1 | -1/+2 |
* | datetime: Add function to get seconds since Epoch | P. J. McDermott | 2022-03-19 | 1 | -0/+3 |
* | datetime: Get now (struct tm) from caller | P. J. McDermott | 2022-03-18 | 1 | -1/+1 |
* | Add option to list supported formats | P. J. McDermott | 2021-08-31 | 1 | -0/+12 |
* | datetime: Add missing #include in header | P. J. McDermott | 2021-08-31 | 1 | -0/+2 |
* | Move concatenation function | P. J. McDermott | 2021-08-29 | 1 | -1/+1 |
* | Add loop, adjust datetime_parse() param and decls | P. J. McDermott | 2021-08-29 | 1 | -1/+1 |
* | datetime: Further implement | P. J. McDermott | 2021-08-29 | 1 | -0/+22 |
* | datetime: WIP | P. J. McDermott | 2021-08-29 | 1 | -0/+4 |