Mark Swanson wrote: > DPM wrote: >> Are you suggesting that >> a) java.util.Date can not represent Dates before 1970? And that's the >> problem? [I'm rusty on the limitations of this class...] >> OR >> b) that com.google.gdata.data.DateTime can't represent Dates before >> 1970? So no matter how you construct it with, bad stuff happens. > > B.
Ok, ok... it works fine. Ah the fun of eating humble pie in public :) I'm just happy it looks like it's going to work. The time in milliseconds before 1970 is simply negative. Tests so far are positive - um, I mean good :-). So using a value of Long.MIN_VALUE is what I want to do. I'll test that shortly. Cheers. :_) -- http://www.ScheduleWorld.com/ Free Google Calendar synchronization with Outlook, Evolution, cell phones, BlackBerry, PalmOS, Exchange, Mozilla, Thunderbird, Pocket PC/Windows Mobile. Also sync tasks, notes and contacts! WebDAV, vfreebusy, RSS, LDAP, iCalendar, iTIP, iMIP support. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
