Hi! — Date fields are an invalid date string according to the ECMA Script spec and older browsers like Safari 13 cannot parse them:
Prismic Date Field:
2021-03-27T20:00:00+0000
Valid Date:
2021-03-27T20:00:00+00:00
(":" in timezone)
ECMA specification / MDN Date format
Could this please be updated to a valid date string?
Thanks