Skip to content

Commit

Permalink
Fix up incorrect datetime tz offset example (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored May 1, 2023
1 parent 3cb0da3 commit b3e68e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/guide_attributes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Attributes with datetime values are technically integer values but represent a p
set:
dateAttributeSingleValue:
type: date_time
value: '2019-09-07T15:50:00+00'
value: '2019-09-07T15:50:00+00:00'
dateAttributeMultipleValue:
- type: date_time
value: '2019-09-07T15:50:00Z'
Expand Down

0 comments on commit b3e68e0

Please sign in to comment.