diff options
Diffstat (limited to 'calendar/gui/calendar-model.c')
-rw-r--r-- | calendar/gui/calendar-model.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/calendar-model.c b/calendar/gui/calendar-model.c index 7fccf3937a..0cdd97b7d6 100644 --- a/calendar/gui/calendar-model.c +++ b/calendar/gui/calendar-model.c @@ -1068,7 +1068,8 @@ set_datetime (CalendarModel *model, CalComponent *comp, const char *value, itt.second = tmp_tm.tm_sec; dt.value = &itt; - /* We assume it is being set to the current timezone. */ + /* FIXME: We assume it is being set to the current timezone. + Is that OK? */ dt.tzid = icaltimezone_get_tzid (model->priv->zone); (* set_func) (comp, &dt); |