@Charles, I am saving the event time in UTC formart using:
ECalComponentDateTime *dt = g_new0(ECalComponentDateTime, 1);
dt->value = g_new0(struct icaltimetype, 1);
*dt->value = icaltime_from_timet(etr.startDateTime().toTime_t(),
etr.isAllDay());
e_cal_component_set_dtstart(comp, dt);
e_cal_component_free_datetime(dt);
since there is no way to convert the time to localtime at this point,
could you check if you can do that on the indicator.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1283236
Title:
Alarms are triggered in UTC tz despite saving in local tz
To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/1283236/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs