Skip to content

Commit

Permalink
Fix South America
Browse files Browse the repository at this point in the history
  • Loading branch information
Evertras committed Jan 27, 2024
1 parent 654d5e1 commit 2b5e283
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/clocks.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
layout:
screens:
# Shows local time as a lone pane at the top, then stacks
Expand Down Expand Up @@ -31,15 +32,15 @@ layout:
- name: Southern America
stack: horizontal
children:
- name: USA PST
- name: Santiago
module: clock
config:
timezone: America/Los Angeles
timezone: America/Santiago
format: 01/02 15:04:05 MST
- name: USA EST
- name: Sao Paulo
module: clock
config:
timezone: America/New York
timezone: America/Sao Paulo
format: 01/02 15:04:05 MST
- name: Europe
stack: horizontal
Expand Down

0 comments on commit 2b5e283

Please sign in to comment.