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.