Hello David,
What is the timezone of your machine and the calendar for which you are
retrieving the date value? You should apply the same timezone when creating
the Date object from the timestamp value.
You should be able to do something similar to this:
Calendar calendar = new GregorianCalendar(<TIMEZONE_OBJECT>);
calendar.setTime(new Date(dateTime.value));
I hope this helped!
Best,
Alain
--
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://code.google.com/apis/calendar/community/forum.html