Locale query

2014-11-13 Thread Jonathan Mitchell
I have an app that must process sqlite hosted data that contains Gregorian UTC dates. I want to ignore the local locale entirely and use Gregorian UTC through out. At present I am carefully configuring all my NSDatePickers controls and all NSDateComponents calculations to use a specified Gregori

Re: Locale query

2014-11-13 Thread Jonathan Mitchell
> On 13 Nov 2014, at 15:23, John Joyce wrote: > > >> On Nov 13, 2014, at 9:54 PM, Jonathan Mitchell >> wrote: >> >> I have an app that must process sqlite hosted data that contains Gregorian >> UTC dates. >> I want to ignore the local locale entirely and use Gregorian UTC through out. >> >

Re: Locale query

2014-11-13 Thread Lee Ann Rucker
You could subclass NSDatePicker and have the subclass always set the configuration the way you need it. It's just an NSControl, its only designated initializer is initWithFrame: On Nov 13, 2014, at 7:51 AM, Jonathan Mitchell wrote: > >> On 13 Nov 2014, at 15:23, John Joyce wrote: >> >> >>>