MetPX / wmo_mesh

minimal sample to demonstrate mesh network with a pub/sub message passing protocol (mqtt in this case.)
GNU General Public License v2.0
4 stars 2 forks source link

Change date stamps to add "T" (separator of date from Time) #1

Closed petersilva closed 5 years ago

petersilva commented 5 years ago

WMO ET-CTS meeting stated they wanted closer compliance with ISO8601 time notation, which recommends, though it does not required, a "T" to separate the time from the date element of time stamps. This requires changes in the timestr2flt and timeflt2str, routines.

petersilva commented 5 years ago

Done.