Skip to content

Commit 89b0ea6

Browse files
authored
Merge pull request #57 from arshaver/patch-1
Update README
2 parents 404a8cc + cd1f04f commit 89b0ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Values for some timezones:
169169
- Japanesse: `JST-9`
170170
- Pacific Time: `PST8PDT`
171171
172-
We could set the timezone info (DST and UTC offset) also in the first two parameters of the `configTime` method, but there is a [bug on ESP8266](https://github.com/esp8266/Arduino/issues/6921) which causes a time behaves as it is in UTC, even UTC offset was specified.
172+
We can also set the timezone info (DST and UTC offset) in the first two parameters of the `configTime` method.
173173
174174
There is also a method, which allows to set timezone string and NTP servers at the same time. It has a different name for ESP8266 and ESP32. It's declaration is following:
175175
```cpp

0 commit comments

Comments
 (0)