<div dir="ltr">Hey All,<br><div><br></div><div>I've been paving the way for 64 bit time_t that's apparently in the newer esp32 releases.  I'm keen to know how that update to the newer sdk is going too?</div><div><br></div><div>For persistence, I am registering the high 32bits as a second metric with "_hi" suffix (Similar to how the arrays work).</div><div><br></div><div>One thing I've noticed is that there's a standard metric:</div><div>    OvmsMetricInt*    ms_v_env_service_time;  // Time to next scheduled maintenance/service [Seconds]<br></div><div>cf the doc</div><div>   v.e.serv.time                            1572590910Sec            Time of next scheduled maintenance/service [Seconds]<br></div><div><br></div><div>So it's a bit ambiguous but vweup (the only one who sets this metric) implementation treats this as a  time_t.</div><div><br></div><div>I think I will convert it to a 64 bit 'DateLocal' metric.  Thoughts?</div><div><br></div><div>//.ichael</div></div>