From 51ffa239e8920499a9b5f85b1d98068cf931cd14 Mon Sep 17 00:00:00 2001 From: Hristo Venev Date: Thu, 15 Oct 2015 02:57:59 +0300 Subject: basic: calendarspec UTC support Just add " UTC" to the end of the event expression. Works for the special expressions. --- src/basic/calendarspec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/basic/calendarspec.h') diff --git a/src/basic/calendarspec.h b/src/basic/calendarspec.h index 7baf318249..56dc02f391 100644 --- a/src/basic/calendarspec.h +++ b/src/basic/calendarspec.h @@ -36,6 +36,7 @@ typedef struct CalendarComponent { typedef struct CalendarSpec { int weekdays_bits; + bool utc; CalendarComponent *year; CalendarComponent *month; -- cgit v1.2.3-54-g00ecf