kimmoli / valuelogger

Simple application for Jolla to log and plot some values you need to track
MIT License
3 stars 6 forks source link

Timezone data is lost #13

Open Self-Perfection opened 9 years ago

Self-Perfection commented 9 years ago

Currently logged values lacks timezone information. Therefore stored time values are very ambiguous for travelers. Is there any real reason to store time values as strings instead of classic approach with storing unix time as number? Unix time does not suffer as much from ambiguity.

kimmoli commented 9 years ago

The date/time handling in javascript is a b**ch (IMHO). And i didn't consider this travelling case while making the app. so, no, there is no reason why i'm storing time values as strings other than that i did so.