Fehler #464
Von Maximilian Seesslen vor 2 Monaten aktualisiert
A replay is mapped one hour behind.
Day-light-saving is implemented now so CANRec is working. CET/CEST(MEZ/MESZ) still hardcoded.
Problem is that RTC stores date/time plain. It has to be calculated to UTC to store and send it.
Devices like CANDis use the time send via cordyceps to display it directly. Use UTC in RTC and configure shown time?
Cordyceps sends hour/minute/second of localtime.
* Lediglich im CANRec das Delta zu UTC einstellbar zu machen, waere am einfachsten. Dann wird die Sommerzeit gar nicht berechnet.
Es gibt nur einen Befehl, um beim starten das Delta festzulegen (via EEPROM). CET ist dann der Default.
CANRec koennte Sommerzeit selbst umstellen.
* Having UTC in RTC only and adding timezone in CRtc.
The timezone could be stored in EEPROM. When picolibc is using tzset(), it would be more complicated.
Day-light-saving is implemented now so CANRec is working. CET/CEST(MEZ/MESZ) still hardcoded.
Problem is that RTC stores date/time plain. It has to be calculated to UTC to store and send it.
Devices like CANDis use the time send via cordyceps to display it directly. Use UTC in RTC and configure shown time?
Cordyceps sends hour/minute/second of localtime.
* Lediglich im CANRec das Delta zu UTC einstellbar zu machen, waere am einfachsten. Dann wird die Sommerzeit gar nicht berechnet.
Es gibt nur einen Befehl, um beim starten das Delta festzulegen (via EEPROM). CET ist dann der Default.
CANRec koennte Sommerzeit selbst umstellen.
* Having UTC in RTC only and adding timezone in CRtc.
The timezone could be stored in EEPROM. When picolibc is using tzset(), it would be more complicated.