We (and I think many others) prefer to do date calculations in UTC, and then display a localized version of the date when we want to format/display it to the screen (if desired...we generally just keep UTC). I've been overriding a bunch of Ext.Date functions to get this to work, but was wondering if there was either a different way to do this, or plans on your part to provide some UTC support in the future.
essentially...we're specifically looking to do our date arithmetic, formatting, etc. in UTC, but to be able to do that stuff in any specified time zone would be great. Sorry that I didn't see the bug report - do you mind linking to it so I can follow?
I am currently starting with a new app and need to support universal dates.
Any idea on when we can expect something?
or not for that matters, then I roll my own....
Hey Daniel,
We ended up overriding some of the Ext.Date methods so we could control all date manipulating ourselves. Also, ended up using google's closure library within many of those function for solid handling of time zone manipulation.