aboutsummaryrefslogtreecommitdiff
path: root/src/timezone.c
Commit message (Collapse)AuthorAgeFilesLines
* don't generate g_critical() messages in the log when the timezone object is ↵Charles Kerr2013-10-301-2/+5
| | | | clearing its value.
* fix typoCharles Kerr2013-09-091-1/+1
|
* in the Datetime base class, make a set_timezone() function for subclasses ↵Charles Kerr2013-09-091-10/+36
| | | | s.t. they don't have to reinvent the wheel. As a result, also remove the 'timezone changed' signale emitter helper
* minor copyeditingCharles Kerr2013-06-141-1/+0
|
* minor tweak to properties array initializationCharles Kerr2013-05-131-3/+1
|
* rename the 'DatetimeLocation' classes to the more accurate name ↵Charles Kerr2013-05-061-0/+108
'DatetimeTimezone'