| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-13 | Add LocalTime::as_time_t(). | Carl Hetherington | |
| 2023-02-02 | Add with_timezone parameter to ::to_string(). | Carl Hetherington | |
| 2023-01-19 | Add some more operators to LocalTime. | Carl Hetherington | |
| 2022-12-30 | Change the behaviour of LocalTime::operator== to make the same time in ↵v1.8.49 | Carl Hetherington | |
| different time zones equal. Previously different offsets would mean that the times compared as not-equal. | |||
| 2022-12-30 | Fix LocalTime::operator< and operator> to handle offset gracefully. | Carl Hetherington | |
| 2022-12-30 | Add dcp::LocalTime::millisecond(). | Carl Hetherington | |
| 2022-12-13 | Add some more setters.v1.8.392300-kdm-timing | Carl Hetherington | |
| 2022-12-13 | Add missing operator. | Carl Hetherington | |
| 2022-12-13 | Add new LocalTime constructor. | Carl Hetherington | |
| 2022-12-13 | Add LocalTime::add(). | Carl Hetherington | |
| 2022-12-13 | Add UTCOffset class. | Carl Hetherington | |
| 2022-04-22 | Fix some class/struct warnings on macOS. | Carl Hetherington | |
| 2022-02-12 | Cleanup: use dcp::LocalTime for certificate validity times. | Carl Hetherington | |
| Before we were using struct tm but not filling it all in, which seems quite unpleasant. | |||
| 2021-01-24 | Tidying. | Carl Hetherington | |
| 2020-05-20 | Add add_days to LocalTime. | Carl Hetherington | |
| 2020-03-10 | Add LocalTime::add_minutes. | Carl Hetherington | |
| 2019-12-23 | Add struct tm constructor for LocalTime, use it to tidy up | Carl Hetherington | |
| day_{greater,less}_than_or_equal and add add_months() method. | |||
| 2019-12-01 | Check that KDM validity periods are safely within the validity periods | Carl Hetherington | |
| of the signing certificate chain. This does cause problems when you try to create a KDM for a certificate you just made (due to the fact that certificates always have a start-valid time of "now") but hopefully this can be fixed up in another commit. | |||
| 2019-11-08 | Fix incorrect LocalTime strings when timezone is behind UTC and not an ↵ | Carl Hetherington | |
| integer number of hours. | |||
| 2018-09-14 | Add operator< for LocalTime. | Carl Hetherington | |
| 2017-05-15 | Add ::time_of_day without seconds. | Carl Hetherington | |
| 2016-06-13 | Add OpenSSL licence exception. | Carl Hetherington | |
| 2016-06-02 | Add some explicit declarations to constructors. | Carl Hetherington | |
| 2016-06-01 | More licence fixups. | Carl Hetherington | |
| 2016-03-05 | Add new LocalTime constructor. | Carl Hetherington | |
| 2015-06-24 | No-op: whitespace. | Carl Hetherington | |
| 2015-06-08 | Expand read_smpte_subtitle_test somewhat. | Carl Hetherington | |
| 2015-06-04 | Support optional milliseconds in LocalTime. | Carl Hetherington | |
| 2015-06-02 | No-op; comments. | Carl Hetherington | |
| 2015-04-30 | Add comments. | Carl Hetherington | |
| 2014-03-20 | Tweaks to LocalTime; build/install fixes. | Carl Hetherington | |
| 2014-03-19 | Considerable re-work of KDM class to express the difference between ↵ | Carl Hetherington | |
| encrypted and unencrypted KDMs. | |||
