744bd1eadc
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. |
||
---|---|---|
.. | ||
ChronoUtil.hxx | ||
Convert.cxx | ||
Convert.hxx | ||
ISO8601.cxx | ||
ISO8601.hxx | ||
meson.build | ||
Parser.cxx | ||
Parser.hxx |