I know that to insert a datetime this format yyyy-mm-dd hh:mm:ss
should be used.
However my dataset has a timestamp field that looks like yyyy-mm-
SQLite's built-in date and time functions understand the timezone specification in these strings, but with different timezones, any other operations on these strings (even searches and comparisons) will not work correctly.
If you want to handle time zones, you have to either