aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse_time.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use CLOCK_BOOTTIME rather than CLOCK_MONOTONICMattias Andrée2015-12-281-3/+3
| | | | | | | | This allows use to be suspend-aware and we do not have to deal with the processes may not have the same epoch on CLOCK_MONOTONIC. Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* fix errors and tidy upMattias Andrée2015-12-281-12/+16
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* fix possible overflowMattias Andrée2015-12-231-4/+13
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* parse argumentsMattias Andrée2015-12-231-0/+280
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>