Skip to content

Commit

Permalink
Adding documentation of function 'getEpochTime' to README
Browse files Browse the repository at this point in the history
aentinger committed Sep 19, 2019
1 parent 97cdcd7 commit 9c16cb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -45,3 +45,6 @@ void loop() {
delay(1000);
}
```
## Function documentation
`getEpochTime` returns the unix epoch, which are the seconds elapsed since 00:00:00 UTC on 1 January 1970 (leap seconds are ignored, every day is treated as having 86400 seconds). **Attention**: If you have set a time offset this time offset will be added to your epoch timestamp.

0 comments on commit 9c16cb7

Please sign in to comment.