使用"带时区"时,时间戳的扫描不起作用
作者: coma64创建于 2024年2月3日更新于 2025年6月22日
如果 `SQLiteRows.nextSyncLocked()` 中检查 `rc.decltype[i]` 是否为 `date`、`datetime` 或 `timestamp`,但我的情况是 `timestamp with time zone`,导致值无法从字符串转换为时间。
内容来源: mattn/go-sqlite3
如果 `SQLiteRows.nextSyncLocked()` 中检查 `rc.decltype[i]` 是否为 `date`、`datetime` 或 `timestamp`,但我的情况是 `timestamp with time zone`,导致值无法从字符串转换为时间。
内容来源: mattn/go-sqlite3