aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse_time.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-28use CLOCK_BOOTTIME rather than CLOCK_MONOTONICMattias Andrée1-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>
2015-12-28fix errors and tidy upMattias Andrée1-12/+16
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-23fix possible overflowMattias Andrée1-4/+13
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-23parse argumentsMattias Andrée1-0/+280
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>