Open Self-Perfection opened 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.
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.