Daylight Savings Time

2009-04-15 Thread Greg Robertson
I have put together some code from various sites such as this one: http://blog.coriolis.ch/2009/02/20/relative-date-to-now/ Basically I would like to display records for a week duration but I am unsure how to handle daylight savings time. Is there a way to see if daylight savings time has

Re: Daylight Savings Time

2009-04-15 Thread Peter Duniho
On Apr 15, 2009, at 11:53 AM, Greg Robertson wrote: I have put together some code from various sites such as this one: http://blog.coriolis.ch/2009/02/20/relative-date-to-now/ Basically I would like to display records for a week duration but I am unsure how to handle daylight savings time

Re: Daylight Savings Time

2009-04-15 Thread Gregory Weston
Greg Robertson wrote: Basically I would like to display records for a week duration but I am unsure how to handle daylight savings time. Is there a way to see if daylight savings time has or will occur? If you want to see whether a DST switch happens during a given interval, just subtract

Re: Daylight Savings Time

2009-04-15 Thread Deborah Goldsmith
would like to display records for a week duration but I am unsure how to handle daylight savings time. Is there a way to see if daylight savings time has or will occur? If you want to see whether a DST switch happens during a given interval, just subtract the dates. If the NSTimeInterval