summaryrefslogtreecommitdiff
path: root/test/local_time_test.cc
AgeCommit message (Expand)Author
2025-11-13Add LocalTime::as_time_t().Carl Hetherington
2024-02-09Fix use of Z as a timezone (meaning UTC).v1.8.95Carl Hetherington
2023-09-13Remove odd assertion stopping TZ minutes being more than 30 or less than -30 ...v1.8.82Carl Hetherington
2023-08-15Fix dcp::LocalTime constructor to cope with longer fractional second parts (D...Carl Hetherington
2023-02-02Add with_timezone parameter to ::to_string().Carl Hetherington
2022-12-30Change the behaviour of LocalTime::operator== to make the same time in differ...v1.8.49Carl Hetherington
2022-12-30Fix LocalTime::operator< and operator> to handle offset gracefully.Carl Hetherington
2022-12-30Fix some embarassing bugs in dcp::LocalTime comparisons.Carl Hetherington
2022-12-13Add UTCOffset class.Carl Hetherington
2022-02-12Cleanup: use dcp::LocalTime for certificate validity times.Carl Hetherington
2021-07-14C++11 tidying.Carl Hetherington
2020-05-12Make add_minutes() work correctly with milliseconds.Carl Hetherington
2020-05-12Move some tests and rename one set.Carl Hetherington
2020-03-10Add LocalTime::add_minutes.Carl Hetherington
2019-11-08Fix incorrect LocalTime strings when timezone is behind UTC and not an intege...Carl Hetherington
2019-03-16Fix some GPL boilerplate.Carl Hetherington
2016-10-24Allow LocalTime without a timezone offset.Carl Hetherington
2016-06-01Still more licence fixups.Carl Hetherington
2015-06-24No-op: whitespace.Carl Hetherington
2015-06-04Support optional milliseconds in LocalTime.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 encrypted...Carl Hetherington