volca02 / hr20-esp12-master

Re-implementation (with different features) of the master portion of OpenHR20 wireless project
GNU General Public License v2.0
12 stars 5 forks source link

Use unix time, not localtime, in the json fields and in other places. #36

Closed volca02 closed 3 years ago

volca02 commented 6 years ago

Use a different call in the NTPTime class for this, but we don't need localtime for time_t fields (especially true for event table)

volca02 commented 3 years ago

this seems to be done