summaryrefslogtreecommitdiff
path: root/src/local_time.cc
AgeCommit message (Collapse)Author
2020-05-20Add add_days to LocalTime.Carl Hetherington
2020-05-12Make add_minutes() work correctly with milliseconds.Carl Hetherington
2020-05-12Add a proper implementation of add_months() and a test for theCarl Hetherington
case when it fails by giving erroneous dates like 30th February.
2020-03-11Fix ::add_minutes to not alter the timezone of the time it's called on.Carl Hetherington
2020-03-10Add LocalTime::add_minutes.Carl Hetherington
2019-12-23Add struct tm constructor for LocalTime, use it to tidy upCarl Hetherington
day_{greater,less}_than_or_equal and add add_months() method.
2019-11-08Fix incorrect LocalTime strings when timezone is behind UTC and not an ↵Carl Hetherington
integer number of hours.
2018-09-14Add operator< for LocalTime.Carl Hetherington
2017-05-15Add ::time_of_day without seconds.Carl Hetherington
2016-10-24Allow LocalTime without a timezone offset.Carl Hetherington
2016-06-13Add OpenSSL licence exception.Carl Hetherington
2016-06-01Still more licence fixups.Carl Hetherington
2016-05-25No-op; Fix GPL address and mention libdcp by name.Carl Hetherington
2016-03-05Add new LocalTime constructor.Carl Hetherington
2015-06-24No-op: whitespace.Carl Hetherington
2015-06-08Expand read_smpte_subtitle_test somewhat.Carl Hetherington
2015-06-04Support optional milliseconds in LocalTime.Carl Hetherington
2015-06-02No-op; comments.Carl Hetherington
2015-04-30Fix incorrect day-of-month in LocalTime.Carl Hetherington
2014-05-16Hand-merge changes from master (110dc70..979739e)Carl Hetherington
2014-03-20Tweaks to LocalTime; build/install fixes.Carl Hetherington
2014-03-19Considerable re-work of KDM class to express the difference between ↵Carl Hetherington
encrypted and unencrypted KDMs.