From 13bfe63345fdec17fc239d2dfca87d82885453aa Mon Sep 17 00:00:00 2001 From: Progfou Date: Fri, 11 Aug 2017 17:08:31 -0400 Subject: [PATCH] =?utf8?q?Cas=20particulier=20pour=20le=20Vietnam=20(merci=20?= =?utf8?q?Microsoft,=20encore)=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- auf-employes-timezones | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auf-employes-timezones b/auf-employes-timezones index ddea036..f004ec5 100755 --- a/auf-employes-timezones +++ b/auf-employes-timezones @@ -52,6 +52,8 @@ if os.path.exists(_windowsZones_filename): for e in tree.findall('.//mapZone'): for tz in e.get('type').split(): microsoft_timezones[tz] = e.get('other') +# cas particuliers… (merci Microsoft, encore) +microsoft_timezones['Asia/Ho_Chi_Minh'] = microsoft_timezones['Asia/Saigon'] implantations = { x['id']: x for x in aufrefer.get('datamaster-implantation.json') -- 1.7.10.4