Skip to content

Commit c341f04

Browse files
committed
Update README.md
1 parent 1ec6e1b commit c341f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ Internally, ezTime stores everything it knows about a timezone as two strings. O
325325
Allows you to directly enter the posix information for a timezone. For simple timezones, you could set things up manually. For example for India, a mere
326326

327327
```
328-
Timezone India
329-
India.setPosix("IST-5:30")
328+
Timezone India;
329+
India.setPosix("IST-5:30");
330330
Serial.println(India.dateTime());
331331
```
332332

0 commit comments

Comments
 (0)