summaryrefslogtreecommitdiff
path: root/utils/time.h
Commit message (Collapse)AuthorAgeFilesLines
* move time function to apropriate headerVincent Sanders2016-04-191-0/+8
|
* create date and time to seconds since epoch processing utility functionVincent Sanders2016-04-161-1/+23
| | | | | | | currently NetSurf uses curl_getdate to convert textural date and time strings into seconds since epoch. It is betetr to move this functionality to a utility function so curl_getdate can easily be replaced if required.
* add helpers for time_t reading/writingVincent Sanders2014-05-151-0/+53