Skip to content

Commit 0bad8e4

Browse files
committed
feat: provide support for the uk timezone
1 parent 088a8f8 commit 0bad8e4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

gotz/config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
{
1313
"Name": "New York",
1414
"TZ": "America/New_York"
15+
},
16+
{
17+
"Name": "London",
18+
"TZ": "Europe/London"
1519
}
1620
],
1721
"style": {

0 commit comments

Comments
 (0)