Skip to content

Make Time.rfc3339 require minutes in offset - #74

Merged
jeremyevans merged 1 commit into
ruby:masterfrom
jeremyevans:rfc3339-fixes
Aug 2, 2026
Merged

Make Time.rfc3339 require minutes in offset#74
jeremyevans merged 1 commit into
ruby:masterfrom
jeremyevans:rfc3339-fixes

Conversation

@jeremyevans

Copy link
Copy Markdown
Contributor

This is required by RFC 3339 section 5.6, which does not allow for an offset without a minute.

Fixes #73

This is required by RFC 3339 section 5.6, which does not allow for an
offset without a minute.

Fixes ruby#73
@jeremyevans
jeremyevans merged commit d9a0d78 into ruby:master Aug 2, 2026
19 checks passed
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.

Time.rfc3339 and DateTime.rfc3339 parse some inputs differently

2 participants