26-02-2021, 00:16
Hi, I have just noticed that my Pro Plus Rx with Installed S/w v9.0 b003 is showing the date as 57-01-2021 instead of 26-02-2021. The time is always very accurate. Don't know how long it has been like this but just noticed it.
My Config_Options.h file rules for Auto Summer Times are as follows
TimeChangeRule aEDT = {"AEDT", First, Sun, Oct, 2, 660}; //UTC + 11 hours
TimeChangeRule aEST = {"AEST", First, Sun, Apr, 3, 600}; //UTC + 10 hours
Timezone myTZ(aEDT, aEST);
The ntp settings are as follows.
#define TIMESERVER "pool.ntp.org"
Any ideas?
Dave
My Config_Options.h file rules for Auto Summer Times are as follows
TimeChangeRule aEDT = {"AEDT", First, Sun, Oct, 2, 660}; //UTC + 11 hours
TimeChangeRule aEST = {"AEST", First, Sun, Apr, 3, 600}; //UTC + 10 hours
Timezone myTZ(aEDT, aEST);
The ntp settings are as follows.
#define TIMESERVER "pool.ntp.org"
Any ideas?
Dave

