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-dd hh:mm:ss +/-0X:00
, where X
can take many values and is different from my computer's local timezone.
What is the best way to insert a datetime field with such timezone information to SQLite?