Last active
August 23, 2024 06:48
-
-
Save deviationist/30ecf5ed70634f4c071fa623b95c2b1c to your computer and use it in GitHub Desktop.
An example of how a value for a richDate-field looks like in Sanity.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
exampleField: { | |
_type: 'richDate', | |
local: '2024-03-12T00:00:00+01:00', | |
offset: 60, | |
utc: '2024-03-11T23:00:00.000Z', | |
timezone: 'Europe/Oslo' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment