diff options
author | Hristo Venev <hristo@venev.name> | 2015-10-15 02:57:59 +0300 |
---|---|---|
committer | Hristo Venev <hristo@venev.name> | 2015-10-15 02:57:59 +0300 |
commit | 51ffa239e8920499a9b5f85b1d98068cf931cd14 (patch) | |
tree | cc4eb92d4af15855b3a3d0f684e0772ee2d86758 /src/basic/calendarspec.h | |
parent | d08a6b02b520f64a1a3b9285d4df9892e52abcd4 (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.h | 1 |
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; |