Hello
I found a way to decode the unix time to yyyy-mm-dd hh: mm: ss within 
SQLite using using this query (in this case the epoch is 1512022128)

SELECT datetime (1512022128, 'unixepoch', 'localtime'); ---> 2017-11-30 
07:08:48 

This way I can review the records in the same database


-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to