aboutsummaryrefslogtreecommitdiff
path: root/tests/test-datetime.cpp
Commit message (Collapse)AuthorAgeFilesLines
* If possible, avoid deprecated g_time_zone_newRobert Tari2021-06-271-0/+2
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/34
* Various tests fixesNicholas Guriev2021-05-051-6/+10
| | | | | | | | | * Provide default EdsEngine constructor for autotests. * Temporary disable DST related tests. Something strange happens there. * Do not create locale datetime for more reliable result on non-UTC systems. * Specify audio_url for sample Alarms. Fixes AyatanaIndicators/ayatana-indicator-datetime#32
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-1/+1
|
* Many more C++ namespace name changes (unity -> ayatana).Mike Gabriel2017-12-081-1/+1
|
* add DateTime::end_of_month(), DateTime::end_of_day(). Add unit tests for them.Charles Kerr2015-03-161-0/+143