Skip to content

Enhance timestamp parsing to support JSON strings#126

Open
skb1129 wants to merge 1 commit into
GetStream:mainfrom
skb1129:patch-1
Open

Enhance timestamp parsing to support JSON strings#126
skb1129 wants to merge 1 commit into
GetStream:mainfrom
skb1129:patch-1

Conversation

@skb1129

@skb1129 skb1129 commented Jul 19, 2026

Copy link
Copy Markdown

Added functionality to parse JSON timestamp strings in RFC3339 format before falling back to Unix nanoseconds.

Submit a pull request

CLA

  • I have signed the Stream CLA (required).
  • The code changes follow best practices
  • Code changes are tested (add some information if not applicable)

Description of the pull request

Fixes: #26

Added functionality to parse JSON timestamp strings in RFC3339 format before falling back to Unix nanoseconds.
@skb1129
skb1129 requested a review from tbarbugli as a code owner July 19, 2026 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Timestamp struct used in models.go seems incoherent with the used date format

1 participant