##// 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:

r1:854a839a default
r2676:7fe5f77f default
Show More
config
18 lines | 698 B | text/plain | TextLexer
[main]
host = https://www.transifex.com
[RhodeCode.pot]
source_file = rhodecode/i18n/rhodecode.pot
source_lang = en
type = PO
trans.be = rhodecode/i18n/be/LC_MESSAGES/rhodecode.po
trans.de = rhodecode/i18n/de/LC_MESSAGES/rhodecode.po
trans.es = rhodecode/i18n/es/LC_MESSAGES/rhodecode.po
trans.fr = rhodecode/i18n/fr/LC_MESSAGES/rhodecode.po
trans.it = rhodecode/i18n/it/LC_MESSAGES/rhodecode.po
trans.ja = rhodecode/i18n/ja/LC_MESSAGES/rhodecode.po
trans.pl = rhodecode/i18n/pl/LC_MESSAGES/rhodecode.po
trans.pt = rhodecode/i18n/pt/LC_MESSAGES/rhodecode.po
trans.ru = rhodecode/i18n/ru/LC_MESSAGES/rhodecode.po
trans.zh = rhodecode/i18n/zh/LC_MESSAGES/rhodecode.po