Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Client produces timestamp in UTC, but does not follow RFC 3339 #100

@vanschelven

Description

@vanschelven

timestamp: @timestamp.to_utc.to_s("%FT%X"),

I believe this would be fixed like so:

@timestamp.to_utc.to_s("%FT%X%:z")  # e.g. "2025-10-26T14:03:00+00:00"

Noticed while working on Bugsink (which has different handling than Sentry and might thus be a bit more explicit about this case)

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions