Re: CFDateFormatter + time zone = failure or crash
Re: CFDateFormatter + time zone = failure or crash
- Subject: Re: CFDateFormatter + time zone = failure or crash
- From: Jim Correia <email@hidden>
- Date: Mon, 7 Feb 2005 11:20:18 -0500
On Feb 6, 2005, at 7:36 PM, Chris Kane wrote:
Note that you're not assigning 'date' any value in the test program.
It needs to be 'date =
CFDateFormatterCreateDateFromString(...etc...);' in the middle there.
Chris,
Thanks for the followup.
Yes - that was a bug. After fixing it, the date still doesn't parse on
10.3.7. It does work correctly on pre-release versions of the OS.
You're call to CFDateFormatterCreateStringWithAbsoluteTime() though,
which is crashing, doesn't have anything to do with 'date' or the
previous few lines of code. (Assuming this was the actual test
program.) For me, after I make the correct above in the first
paragraph, I get no crash. But I'm on ICU 3.0 on Tiger. Perhaps ICU
fixed a bug.
Same here. Crashes on Panther, works correctly on pre-release versions
of the OS.
I guess there is nothing additional to do at this time other than to
avoid using that functionality on 10.3.
Jim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden