You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mattn/go-sqlite3 library removes the "Z" suffix from timestamps s = strings.TrimSuffix(s, "Z") in mattn/go-sqlite3/sqlite3.go.
This behavior can lead to compatibility issues when handling UTC timestamps in applications expecting the "Z" suffix. Please consider a solution that preserves the "Z" suffix in UTC timestamp handling.