date time conversion
I have a date returned from a feed in the format
The 01 Jul 2008 15:00:00 +0100 as a string. I'm assuming this is a
date string which is GMT plus one hour. I would like to convert this
to the date and time for the time zone that the ursers iPod or iphone
is set to. I've looked at NSDateformatter and NSCalendarDate but I'm
Not sure how to get the devices current time zone setting or how to
Do the conversion. Does anyone know of or have a sample code
Snippet that does something like this?
Thanks,
Wayne
|