NSDatePicker takes an NSDate as its value. When you change the system timezone,
that value does not change. It is still the same NSDate with the same value
describing the same point in time.
But because the system timezone has changed, the formatted string equivalent
has changed to match. So yo
On Nov 26, 2009, at 8:15 AM, Arun wrote:
> Hi All,
> In my application i use a NSDatePicker with stepper to display hours and
> minutes.
> When i change the Timezone of the system in System Preferences, the value in
> the Date Picker changes.
> How can we prevent change of value in the Date picke
Hi All,
In my application i use a NSDatePicker with stepper to display hours and
minutes.
When i change the Timezone of the system in System Preferences, the value in
the Date Picker changes.
How can we prevent change of value in the Date picker when system time zone
changes?
Thanks
Arun KA
_