We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 370e56e + 53a46c2 commit 01a6157Copy full SHA for 01a6157
examples/esp32spi_secrets.py
@@ -4,7 +4,7 @@
4
secrets = {
5
'ssid' : 'yourssid',
6
'password' : 'yourpassword',
7
- 'timezone' : -5, # this is offset from UTC
+ 'timezone' : "America/New_York", # Check http://worldtimeapi.org/timezones
8
'aio_username' : 'youraiousername',
9
'aio_key' : 'youraiokey',
10
}
0 commit comments