summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorKent Sutherland <git@ksuther.com>2017-05-26 20:22:30 -0500
committerKent Sutherland <git@ksuther.com>2017-05-27 11:54:58 -0500
commit77f82ba88abbb633dc52335fcc050bec3b41c269 (patch)
tree03cedc0977b25efe2478d927e935c9d1413eb56b /config.h.cmake
parentff70a4ca002148c33dec543697e0403e5691e883 (diff)
downloadlibical-git-77f82ba88abbb633dc52335fcc050bec3b41c269.tar.gz
icaltzutil_fetch_timezone now creates VTIMEZONE components using RRULEs rather than expanding out every year (if USE_INTEROPERATIVE_VTIMEZONES was off) or using a single time zone back to 1970 (if it was one).
This creates more accurate time zones that are compatible with dates whose time zones have since transitioned to a different offset (such as a date in America/New_York in 1980). Removed icaltzutil_set_exact_vtimezones_support and icaltzutil_get_exact_vtimezones_support. Removed USE_INTEROPERABLE_VTIMEZONES.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 14914bb0..8fd3421b 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -193,9 +193,6 @@
/* whether we should bring our own TZ-Data */
#cmakedefine USE_BUILTIN_TZDATA
-/* whether we should use operable vtimezones */
-#cmakedefine USE_INTEROPERABLE_VTIMEZONES
-
/* Define to empty if `const' does not conform to ANSI C. */
#cmakedefine const