Skip to content

Commit

Permalink
chore: clarify timezone requirement (#150)
Browse files Browse the repository at this point in the history
A small change to make the timezone info on the `Datetime` type
optional. Some SDKs already do not include timezone info.

Since it's loosening this definition, this is non-breaking.

Signed-off-by: Todd Baert <[email protected]>
Co-authored-by: Steve Arch <[email protected]>
Co-authored-by: Michael Beemer <[email protected]>
  • Loading branch information
3 people authored Nov 30, 2022
1 parent 7f0fdd8 commit 5270ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Structured data, presented however is idiomatic in the implementation language,

### Datetime

A language primitive for representing a date and time, including timezone information.
A language primitive for representing a date and time, optionally including timezone information. If no timezone is specified, the date and time will be treated as UTC.

### Evaluation Details

Expand Down

0 comments on commit 5270ae8

Please sign in to comment.