19-03-2019, 19:35
I do not usually look at the date and time on my weather station when I glance at it, but yesterday I noticed something a little odd: Today is day 77 of January 2019 for my WeatherDuino Pro 2 Plus unit.
At the time the photo was taken (Monday 18 March 2019), the software on it was up-to-date, which I realise this morning in writing this that is now is out of date, but thought I would post photos of this glitch in case the bug still remains in the software somewhere.
The 18th day in March is 77 days into the calendar year, so it would seem to be counting up the days.
I would have thought that the auto time update would have been correcting this which is enabled in the software I was running (or maybe it was just the NTP Server I was using that it does not like):
Or maybe it just needs a reboot sometime to fix the issue, which it has not had for some time.
I will update to the latest software when I can and see what happens then.
Kind regards,
PalmyWeather
At the time the photo was taken (Monday 18 March 2019), the software on it was up-to-date, which I realise this morning in writing this that is now is out of date, but thought I would post photos of this glitch in case the bug still remains in the software somewhere.
The 18th day in March is 77 days into the calendar year, so it would seem to be counting up the days.
I would have thought that the auto time update would have been correcting this which is enabled in the software I was running (or maybe it was just the NTP Server I was using that it does not like):
Code:
// --------------------------------------------------------------------------------------
// Enable / Disable time sync with an NTP server
// --------------------------------------------------------------------------------------
#define ENABLE_NTP 1 // 1= Enable Sync time with NTP servers, 0= Disable
// --------------------------------------------------------------------------------------
// NTP Servers - Enable only one
// --------------------------------------------------------------------------------------
#define TIMESERVER "3.nz.pool.ntp.org"
//#define TIMESERVER "time.nist.gov" // ntp1.nl.net NTP server
//#define TIMESERVER "80.96.196.58" // timp.mcsi.ro
//#define TIMESERVER "193.79.237.14" // ntp1.nl.net NTP serverOr maybe it just needs a reboot sometime to fix the issue, which it has not had for some time.
I will update to the latest software when I can and see what happens then.
Kind regards,
PalmyWeather


![[Image: ide187.jpg]](https://www.meteocercal.info/forum/images/01forum_img/misc/ide187.jpg)