mpd/src/time
Max Kellermann 744bd1eadc time/ISO8601: refactor ParseTimeOfDay() to parse one by one
This prepares the migration away from strptime() for Windows
portability.

But the real reason I'm doing this is that strptime() on Apple is
buggy: strptime("14", "%H%M%S") (without separating colons) succeeds
even though only the hour has been parsed.  This fixes recent Travis
failures in the ParseISO8601() unit test.
2019-12-24 10:15:03 +01:00
..
ChronoUtil.hxx util/Time*: move to time/ 2019-12-16 23:02:14 +01:00
Convert.cxx time/Convert: fallback TimeGm() implementation 2019-12-16 23:24:38 +01:00
Convert.hxx time/Convert: fallback TimeGm() implementation 2019-12-16 23:24:38 +01:00
ISO8601.cxx time/ISO8601: refactor ParseTimeOfDay() to parse one by one 2019-12-24 10:15:03 +01:00
ISO8601.hxx time/ISO8601: ParseISO8601() returns precision 2019-12-16 23:24:43 +01:00
meson.build util/Time*: move to time/ 2019-12-16 23:02:14 +01:00
Parser.cxx time/Convert: fallback TimeGm() implementation 2019-12-16 23:24:38 +01:00
Parser.hxx time/Convert: fallback TimeGm() implementation 2019-12-16 23:24:38 +01:00