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.
1 parent 370e56e commit 53a46c2Copy full SHA for 53a46c2
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