Best method for converting NSDates into different time zones?

2009-11-18 Thread David Wetzel
Hi guys, I have a database with dates in CET and would like to preset them in the local time of the users. It is a web app. This is the only way I was able to convert between time zones, but that should be possible with DateFormatters too, right? NSCalendarDate * date = [NSDate date]; // just

Re: Best method for converting NSDates into different time zones?

2009-11-19 Thread Richard Frith-Macdonald
On 19 Nov 2009, at 06:06, David Wetzel wrote: > Hi guys, > > I have a database with dates in CET and would like to preset them in the > local time of the users. > It is a web app. > > This is the only way I was able to convert between time zones, but that > should be possible with DateFormatt