summaryrefslogtreecommitdiff
path: root/src/basic/calendarspec.h
diff options
context:
space:
mode:
authorHristo Venev <hristo@venev.name>2015-10-15 02:57:59 +0300
committerHristo Venev <hristo@venev.name>2015-10-15 02:57:59 +0300
commit51ffa239e8920499a9b5f85b1d98068cf931cd14 (patch)
treecc4eb92d4af15855b3a3d0f684e0772ee2d86758 /src/basic/calendarspec.h
parentd08a6b02b520f64a1a3b9285d4df9892e52abcd4 (diff)
basic: calendarspec UTC support
Just add " UTC" to the end of the event expression. Works for the special expressions.
Diffstat (limited to 'src/basic/calendarspec.h')
-rw-r--r--src/basic/calendarspec.h1
1 files changed, 1 insertions, 0 deletions
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;