summaryrefslogtreecommitdiff
path: root/src/time/ISO8601.cxx
AgeCommit message (Expand)Author
2021-03-04time/ISO8601: don't use glibc extension in strptime.Érico Rolim
2020-07-23time/ISO8601: use <cstdlib>Max Kellermann
2020-03-12replace assert.h with cassertRosen Penev
2020-02-29Add missing header.Thomas Klausner
2019-12-24time/ISO8601: fix Windows build failureMax Kellermann
2019-12-24time/ISO8601: refactor ParseTimeOfDay() to parse one by oneMax Kellermann
2019-12-24time/ISO8601: move code to ParseTimeOfDay()Max Kellermann
2019-12-16time/ISO8601: support omitting field separatorsMax Kellermann
2019-12-16time/ISO8601: support omitting minutesMax Kellermann
2019-12-16time/ISO8601: support omitting secondsMax Kellermann
2019-12-16time/ISO8601: support time zone offsetMax Kellermann
2019-12-16time/ISO8601: allow omitting the "Z" suffixMax Kellermann
2019-12-16time/ISO8601: allow omitting the time of dayMax Kellermann
2019-12-16time/ISO8601: ParseISO8601() returns precisionMax Kellermann
2019-12-16time/ISO8601: implement with strptime(), without ParseTimePoint()Max Kellermann
2019-12-16time/ISO8601: forward-declare StringBufferMax Kellermann
2019-12-16util/Time*: move to time/Max Kellermann