We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Timezone is not working for those of us who live too far from Greenwich...
NTPClient.h line 76 (int timeOffset) should be long, not int
NTPClient.cpp line 143 (int timeOffset) should be long, not int
It works fine after these changes.