1 min readOct 20, 2017
I agree it’s not a common case. In this post I was trying to show the extreme case, and its up to developers to use this and apply it to their own apps.
If those apps do not care about the original timezone particularly, then they could convert all date/times to UTC before inserting to database. You could go back to using a INTEGER
value type then.
I’ll add a section on this to the post, thanks for pointing this out!