why NSDatePicker
is changing its datevalue
on changing the timezone
? and how to prevent the change of datevalue
of date picker
.
I Know if we set the timezone of 'datepicker' it doesn't change,My exact requirement is,what ever the time zone the time of 'datepicker' as well as the time of the date component should not change But at the same time the application should follow the changed 'timezone'
My Exact requirement is at any timezone the operation should perform at particular.but the time of the datepicker should not change at the same time the application should follow the current timezone.
Thanks in advance