mpd/src/time
Max Kellermann b02890eb8a time/Parser: explicitly initialize struct tm before strptime()
This is recommended by the strptime() manpage, because strptime() does
not initialize/set attributes which were not specified in the format
string.
2019-12-16 23:03:25 +01:00
..
ChronoUtil.hxx
Convert.cxx time/Convert: include sys/time.h for struct timeval 2019-12-16 23:03:21 +01:00
Convert.hxx time/Convert: update copyright 2019-12-16 23:02:58 +01:00
ISO8601.cxx time/ISO8601: forward-declare StringBuffer 2019-12-16 23:02:59 +01:00
ISO8601.hxx time/ISO8601: forward-declare StringBuffer 2019-12-16 23:02:59 +01:00
meson.build
Parser.cxx time/Parser: explicitly initialize struct tm before strptime() 2019-12-16 23:03:25 +01:00
Parser.hxx