Commit Graph

4 Commits

Author SHA1 Message Date
4c57806995 #include cleanup of TimeZone.* 2016-08-19 16:00:36 +02:00
ab0b9d03ea Standardize header guards 2016-03-08 22:16:02 +01:00
81e3edc13d Fix TimeZone.*
Use const pointers, removed m_modType (unused), use symbolic constants for
bad/unknown timezone, fix hash table initialization, correct pointer cast,
removed timezone entries that were not real timezones (such as "hours").
2016-02-04 15:06:47 +01:00
1210808a5f Split out timezone stuff from Dates.*
Dates.h was included in weird places just for timezone lookups. Moved the
timezone functions and structures to separate module.
2015-11-23 17:14:48 +01:00