cpp-utilities/chrono
Martchus 32780ed6a6 Support formatting ISO timestamps via DateTime::toString() with option to omit defaults
Omitting components are also allowed when parsing ISO timestamps so it makes sense to
have something similar in the other direction as well.

Note that the idea comes from ID3v2.4.0 which stores timestamps in a subset of ISO 8601
similarily to what this library supports and it allows to omit default components as
well.
2020-04-26 21:38:02 +02:00
..
datetime.cpp Support formatting ISO timestamps via DateTime::toString() with option to omit defaults 2020-04-26 21:38:02 +02:00
datetime.h Support formatting ISO timestamps via DateTime::toString() with option to omit defaults 2020-04-26 21:38:02 +02:00
format.h Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
period.cpp Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
period.h Use consistent order for visibility attribute 2020-01-29 18:30:02 +01:00
timespan.cpp Add inline/constexpr to more functions in chrono lib 2019-08-19 19:09:19 +02:00
timespan.h Fill last gaps in class list documentation 2019-09-04 18:54:48 +02:00