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.