Skip to content

Commit 53a46c2

Browse files
author
Melissa LeBlanc-Williams
committed
Changed Default Timezone to String because Int breaks PyPortal
1 parent 370e56e commit 53a46c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/esp32spi_secrets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
secrets = {
55
'ssid' : 'yourssid',
66
'password' : 'yourpassword',
7-
'timezone' : -5, # this is offset from UTC
7+
'timezone' : "America/New_York", # Check http://worldtimeapi.org/timezones
88
'aio_username' : 'youraiousername',
99
'aio_key' : 'youraiokey',
1010
}

0 commit comments

Comments
 (0)