Add timezone support to clock module (closes #223)

This commit is contained in:
Michael Cordover
2020-01-20 18:47:15 -05:00
committed by Michael Cordover
parent 99dde1aff8
commit 3130a57622
5 changed files with 49 additions and 4 deletions

View File

@ -64,6 +64,7 @@
"spacing": 10
},
"clock": {
// "timezone": "America/New_York",
"tooltip-format": "{:%Y-%m-%d | %H:%M}",
"format-alt": "{:%Y-%m-%d}"
},