2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Merge pull request #139 from henglikuang/master

Add default time zone as UTC
This commit is contained in:
Jarrod Johnson 2024-01-17 08:19:55 -05:00 committed by GitHub
commit c7628a3638
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ import eventlet
webclient = eventlet.import_patched('pyghmi.util.webclient')
currtz = None
currtz = 'UTC'
keymap = 'us'
currlocale = 'en_US.UTF-8'
currtzvintage = None