Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道要插入日期时间,yyyy-mm-dd hh:mm:ss应该使用这种格式。
yyyy-mm-dd hh:mm:ss
但是,我的数据集有一个类似于 的时间戳字段yyyy-mm-dd hh:mm:ss +/-0X:00,其中X可以采用许多值,并且与我计算机的本地时区不同。
yyyy-mm-dd hh:mm:ss +/-0X:00
X
将具有此类时区信息的日期时间字段插入 SQLite 的最佳方法是什么?
SQLite 的内置日期和时间函数理解这些字符串中的时区规范,但是对于不同的时区,对这些字符串的任何其他操作(甚至搜索和比较)都将无法正常工作。
如果你想处理时区,你必须要么