Skip to content

Timestamp Compatibility with mattn/go-sqlite3 library: Timestamp "Z" Suffix Removal #43

@anupriya17

Description

@anupriya17

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions