The date format is based off RFC 3339: http://www.ietf.org/rfc/rfc3339.txt
2005-08-09T10:57:00-08:00 This is August 9th, 2005 at 10:57 in the morning, based upon US Pacific time (UTC - 8 hours). The Z stands for 'Zulu' - meaning UTC +00:00, so you would use the Z when you know the time in UTC. For your case, of a UTC+2 timezone, you would just use a date like the following: 2005-08-09T10:57:00+02:00 -Ryan On Nov 6, 2:05 pm, "zvika" <[EMAIL PROTECTED]> wrote: > hello, > as i saw in the examples > the dae format to ise with the api is > yyyy-mm-ddThh24:mi:ss.000Z > now > thos i understand > yyyy= year > mm=month > dd=day > hh24= hours in 24 > mi = minutes > ss= seconds > but i don't understand the Z word > maybe it's timezone but how can i use it > lets say my timezone is +2 > how can i put it ? > a simple example will be great :-) > > thanks allot > > Zvika --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
