NTPClient icon indicating copy to clipboard operation
NTPClient copied to clipboard

Connect to a NTP server

Results 106 NTPClient issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello! I humbly present my contribution to the NTPClient library. I've tried not to change much of the way the library works and aimed to improve on it instead. Here...

type: imperfection
type: enhancement
topic: code

Recently I ran into the problem that the NTP-sketch from https://randomnerdtutorials.com/esp8266-nodemcu-date-time-ntp-client-server-arduino/ suddenly displays incorrect dates and year, time is correct. Example output before and after timesync: ```text 08:29:15 Epoch Time:...

type: imperfection
topic: code

`unsigned long` time will overflow in 2038. Actually, in libc Arduino is using `time_t` type is and alias to `unsigned long long`, which is a 64-bit value. It would be...

Since PR #102 seems inactive this rebases the changes from that PR to master and fixes the remaining CI issues. Description of the original PR: increase time accuracy to not...

type: imperfection
topic: code

Hi, in version 3.2 getFormattedTime gives only the time, e.g. 17:35:27 and not the complete String including the date, e.g. 2021-05-16T17:35:27Z. Anyway to get the date? cheers .d

type: enhancement
topic: code

There is a feature that I need in multiple projects and I wonder if there is any interest to have it upstream. Briefly, I use arduino (and similar devices) to...

type: enhancement

I have a problem. My esp32 reboots while trying to read the time. The standard example works without errors. The call from setup in my program works without problems. But...

Using the Library with Wifi I experienced some problems with timestamps occasionally being way off, by that I mean more than 1,000,000,000 s off. After some investigation I discovered that...

type: imperfection
topic: code