2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-28 05:50:30 +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

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