On 2010-12-17, at 11:15 PM, Jesse Tayler wrote: > > Downloading plist format, I get dates formatted with this funky Etc/GMT > timezone, so I try to get a date from the string > > "2010-12-16 19:25:42 Etc/GMT"; > > I try a few formats like this or that, fish around and either I'm missing > something or somebody's got a dateformat out there which they use when > transferring plist format? > > @"yyyy-MM-dd HH:mm:ss' ZZZZ" > > Anyone got an incantation on that?
I punted and manually replaced the ZZZZ with something I could format. Then I switched to binary plist which are type aware so you get dates from dates, instead of strings. ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://codeferous.com blog: http://davidleber.net profile: http://www.linkedin.com/in/davidleber twitter: http://twitter.com/rebeld -- Toronto Area Cocoa / WebObjects developers group: http://tacow.org _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
