Fix use of Z as a timezone (meaning UTC).
[libdcp.git] / src / local_time.cc
2024-02-08 Carl HetheringtonFix use of Z as a timezone (meaning UTC). v1.8.95
2024-02-08 Carl HetheringtonCleanup: remove unnecessary clearing of 0-init-ed UTCOf...
2023-08-15 Carl HetheringtonFix dcp::LocalTime constructor to cope with longer...
2023-02-02 Carl HetheringtonAdd with_timezone parameter to ::to_string().
2023-01-19 Carl HetheringtonAdd some more operators to LocalTime.
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 missing operator.
2022-12-13 Carl HetheringtonAdd assert to make sure we're not comparing times wrongly.
2022-12-13 Carl HetheringtonAdd LocalTime::add().
2022-12-13 Carl HetheringtonAdd UTCOffset class.
2022-02-12 Carl HetheringtonCleanup: use dcp::LocalTime for certificate validity...
2021-01-24 Carl HetheringtonTidying.
2020-05-20 Carl HetheringtonAdd add_days to LocalTime.
2020-05-12 Carl HetheringtonMake add_minutes() work correctly with milliseconds.
2020-05-12 Carl HetheringtonAdd a proper implementation of add_months() and a test...
2020-03-11 Carl HetheringtonFix ::add_minutes to not alter the timezone of the...
2020-03-10 Carl HetheringtonAdd LocalTime::add_minutes.
2019-12-23 Carl HetheringtonAdd struct tm constructor for LocalTime, use it to...
2019-11-08 Carl HetheringtonFix incorrect LocalTime strings when timezone is behind...
2018-09-14 Carl HetheringtonAdd operator< for LocalTime.
2017-05-15 Carl HetheringtonAdd ::time_of_day without seconds.
2016-10-24 Carl HetheringtonAllow LocalTime without a timezone offset.
2016-06-13 Carl HetheringtonAdd OpenSSL licence exception.
2016-06-01 Carl HetheringtonStill more licence fixups.
2016-05-25 Carl HetheringtonNo-op; Fix GPL address and mention libdcp by name.
2016-03-05 Carl HetheringtonAdd new LocalTime constructor.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-08 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-06-08 Carl HetheringtonExpand read_smpte_subtitle_test somewhat.
2015-06-04 Carl HetheringtonSupport optional milliseconds in LocalTime.
2015-06-03 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-06-02 Carl HetheringtonNo-op; comments.
2015-04-30 Carl HetheringtonFix incorrect day-of-month in LocalTime.
2014-05-16 Carl HetheringtonHand-merge changes from master (110dc70..979739e)
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...