foam-framework / foam

Feature-Oriented Active Modeller
Apache License 2.0
786 stars 55 forks source link

Allow editing of Date Time in local Timezone #351

Closed jlhughes closed 9 years ago

jlhughes commented 9 years ago

Setting localeAware=true will adjust the Date.getTime() by the local timezone offset, allowing editing of the Date Time in the local (browser) timezone.

kgrgreer commented 9 years ago

Thanks, just switched the default to true.