In my app I have:

[NSTimeZone setDefaultTimeZone:[NSTimeZone
timeZoneWithAbbreviation:@"GMT"]];        // So that when we decode NSDate
objects, we get the h/m/s as GMT


I also have an NSDatePicker set to only show the hh:mm

My system clock is set to US West Coast Time and US format.

When I highlight the HH field and type a "5", a "9" shows up in the hour
field.

When I type a "1", the 1 shows up for about 1 second, then changes to a 5.

When I type a "2", I get a "6".

It seems to be adding 4 hours to what I type.

What is going on here?

Trygve



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to