decide.nolog.cz/bower.json
jelhan ab4f88dd7f Fix: handling of different timezones
There were some timezone issues especially concerning daylight saving time (DST).
We should not rely on timezone offset since this will change due to DST.
Instead determine the users timezone (using jsTimezoneDetect therefore) and
then using this via moment-timezone.

This commit changes poll model. It drops timezoneOffset and adds timezone as a new property.
It's not tested yet against polls created before without timezone property. This has to be done before merge.

Also we should consider using ember-moment template helpers instead of our own formatted-date helper.
2015-07-15 16:20:24 +02:00

26 lines
798 B
JSON

{
"name": "croodle",
"dependencies": {
"ember": "1.12.0",
"ember-cli-shims": "ember-cli/ember-cli-shims#0.0.3",
"ember-cli-test-loader": "ember-cli-test-loader#0.1.3",
"ember-data": "1.0.0-beta.18",
"ember-load-initializers": "ember-cli/ember-load-initializers#0.1.4",
"ember-qunit": "0.3.3",
"ember-qunit-notifications": "0.0.7",
"ember-resolver": "~0.1.15",
"jquery": "^1.11.1",
"loader.js": "ember-cli/loader.js#3.2.0",
"qunit": "~1.17.1",
"ember-i18n": "~3.0.1",
"sjcl": "~1.0.0",
"bootstrap": "~3.3.4",
"bootstrap-datepicker": "~1.4.0",
"floatThead": "~1.2.9",
"webshim": "~1.15.3",
"modernizr": "~2.8.3",
"jstimezonedetect": "~1.0.5",
"ember-cli-moment-shim": "~0.2.0",
"moment-timezone": "~0.4.0"
}
}