Skip to content

Commit da1314d

Browse files
committed
added Canada/Vancouver.
1 parent 86c8031 commit da1314d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

au-ch_clock/main_app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
# Timezones
1010
tz_au = "Australia/Brisbane"
1111
tz_ch = "Europe/Zurich"
12+
tz_ca = "America/Vancouver"
1213

1314
# Start drawing the clock
1415
au_clock = dc.digital_clock(root, tz_au)
1516
ch_clock = dc.digital_clock(root, tz_ch)
17+
ca_clock = dc.digital_clock(root, tz_ca)
1618

1719
# Run the Tkinter event loop
1820
root.mainloop()

0 commit comments

Comments
 (0)