-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document getEpochTime() #64
Comments
Epoch time as far as NTP is concerned, is the time in seconds since January 1st 1900. |
@MrTanoshii Is the offset considered in the getEpochTime()? |
@jibin2706 So yes, the getEpochTime() returns time from Jan 1st 1970 (Jan 1st 1900 + the 70 years offset) |
I was talking about the fourth parameter from |
;O The fourth parameter is actually the update interval not an offset. tl;dr getEpochTime is only affected by the update interval if you are using |
going through the readme and even the .h file I was at a loss as to why there was no date functionality. Only by going through the .cpp did I find getEpochTime() - arguably the most important function in the library! Having this in the README would help newcomers.
The text was updated successfully, but these errors were encountered: