Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ropg committed Dec 15, 2018
1 parent 1ec6e1b commit c341f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ Internally, ezTime stores everything it knows about a timezone as two strings. O
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

```
Timezone India
India.setPosix("IST-5:30")
Timezone India;
India.setPosix("IST-5:30");
Serial.println(India.dateTime());
```

Expand Down

0 comments on commit c341f04

Please sign in to comment.