Skip to content

Small library for ESP8266 which returns the actual time adjusted by time zone and summer time

Notifications You must be signed in to change notification settings

SensorsIot/NTPtimeESP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NTPtimeESP

This library returns the queries the NTP time service and returns the actual time in a structure:

struct strDateTime
{

  byte hour;
  byte minute;
  byte second;
  int year;
  byte month;
  byte day;
  byte dayofWeek;
  boolean valid;
  
};

The time can be automatically adjusted by time zone and European summer time. It runs on ESP8266 and ESP32 and needs an internet connection.

About

Small library for ESP8266 which returns the actual time adjusted by time zone and summer time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages