##// END OF EJS Templates
timezone: fix issues with timezone detection of current logic....
timezone: fix issues with timezone detection of current logic. - it was reported that in certain timezones e.g `US/Central` the generated offset was +19:00 which is incorrect and should be -05:00. - we now use a special library for detection of local timezone and use logic of pytz to calculate the offset - fixes #5371

File last commit:

r2123:f43bc711 default
r2676:7fe5f77f default
Show More
package.json
25 lines | 717 B | application/json | JsonLexer
{
"name": "rhodecode-enterprise",
"version": "0.0.1",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-watch": "^0.6.1",
"crisper": "^2.0.2",
"vulcanize": "^1.14.8",
"grunt-crisper": "^1.0.1",
"grunt-vulcanize": "^1.0.0",
"node2nix": "^1.0.0",
"jshint": "^2.9.1-rc3",
"bower": "^1.7.9",
"jquery": "1.11.3",
"favico.js": "^0.3.10",
"clipboard": "^1.7.1",
"moment": "^2.18.1",
"mousetrap": "^1.6.1",
"appenlight-client": "git+https://git@github.com/AppEnlight/appenlight-client-js.git#0.5.1"
}
}