Remove odd assertion stopping TZ minutes being more than 30 or less than -30 (DoM...
[libdcp.git] / test / local_time_test.cc
2023-09-13 Carl HetheringtonRemove odd assertion stopping TZ minutes being more... v1.8.82
2023-08-15 Carl HetheringtonFix dcp::LocalTime constructor to cope with longer...
2023-02-02 Carl HetheringtonAdd with_timezone parameter to ::to_string().
2022-12-30 Carl HetheringtonChange the behaviour of LocalTime::operator== to make... v1.8.49
2022-12-30 Carl HetheringtonFix LocalTime::operator< and operator> to handle offset...
2022-12-30 Carl HetheringtonFix some embarassing bugs in dcp::LocalTime comparisons.
2022-12-13 Carl HetheringtonAdd UTCOffset class.
2022-02-12 Carl HetheringtonCleanup: use dcp::LocalTime for certificate validity...
2021-07-14 Carl HetheringtonC++11 tidying.
2020-05-12 Carl HetheringtonMake add_minutes() work correctly with milliseconds.
2020-05-12 Carl HetheringtonMove some tests and rename one set.
2020-03-10 Carl HetheringtonAdd LocalTime::add_minutes.
2019-11-08 Carl HetheringtonFix incorrect LocalTime strings when timezone is behind...
2019-03-17 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-03-16 Carl HetheringtonFix some GPL boilerplate.
2016-10-24 Carl HetheringtonAllow LocalTime without a timezone offset.
2016-06-01 Carl HetheringtonStill more licence fixups.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-04 Carl HetheringtonSupport optional milliseconds in LocalTime.
2014-05-14 Carl HetheringtonMerge master.
2014-03-20 Carl HetheringtonTweaks to LocalTime; build/install fixes.
2014-03-19 Carl HetheringtonConsiderable re-work of KDM class to express the differ...