On 4/26/06, sama <[EMAIL PROTECTED]> wrote: > > > cgmckeever kirjoitti: > > > Did the time/date format change since this weekend? > > I am pretty sure that this: > > <gd:when startTime="2006-05-27" endTime="2006-06-05"/> > > > > used to look like: > > <gd:when startTime="2006-05-27-01:00" endTime="2006-06-05-01:00"/> > > > > anyone else notice this? maybe I missed the memo > > Just a side note about the separator character between the day and the > hour. > According to ISO 8601 it should be "T" or an empty space and not a "-". > The "-" should be used only as the separator between year, month and > the day.
The above date time issue and format change are a result of a bug fix rollout. Previously, calendar time zone shift information was being included with all day events (that was the '-1:00' in the above times). Per RFC3339 (Date and Time on the Internet: Timestamps) which is the basis for the startTime/endTime attribute values, time zone shift information should not be included in date-only values. There is still an outstanding issue with the date values themselves for all day events. A timezone shift is being incorrectly applied to the date values (causing the dates themselves to shift). The fix for this is in the works. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi -~----------~----~----~----~------~----~------~--~---
