Hi, I'm trying to build a small web application using the php zend framework for google calendar.
I ahve a form where I can add an event to the calendar. My problem is, the event is added 1 hour ahead of when it should be added. I'm in the UK, in Brittish Summer Time, and i think thats causing the issue. I am submitting the events as GMT (+00:00), and google calendar is set to GMT. If i try to add an event in, say, december (when were back to +00:00) it is added correctly, so im sure the problem is to do with the timezones. How can i change the timezone on the following piece of code, and is it possible to have a conditional statement so that the timezone is only changed during the summer? $start = date(DATE_ATOM, mktime($hour,$min,0, $month,$day,$year)); thanks for your help, peter --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
