changedInput schema / properties / personA / properties / timezone / anyOf
Previous value: -[
- {
- "maximum": 14,
- "minimum": -14,
- "type": "number"
- },
- {
- "pattern": "^[A-Za-z_]+(?:\\/[A-Za-z0-9_+-]+){0,2}$",
- "type": "string"
- }
-]New value: +[
+ {
+ "maximum": 14,
+ "minimum": -14,
+ "type": "number"
+ },
+ {
+ "type": "string"
+ }
+]
changedInput schema / properties / personA / properties / timezone / description
Previous value: -"Decimal hours (e.g. 5.5 for IST, -5 for EST) OR IANA name (e.g. \"America/New_York\", \"UTC\"). IANA is resolved to the DST-correct offset for the request date. Invalid timezones return 400 with a validation error."New value: +"IANA name (e.g. \"America/New_York\", \"Europe/London\", \"UTC\"), decimal hours (e.g. -5 for EST, 1 for CET), or a fixed UTC offset (e.g. \"-05:00\", \"+01:00\"). Prefer the IANA name: it is resolved to the DST-correct offset for the birth date, while a fixed offset or decimal is taken literally and will be wrong if it does not match the daylight-saving state on that date. Invalid timezones return 400 with a validation error."
changedInput schema / properties / personA / properties / timezone / example
Previous value: -5.5New value: +"America/New_York"
changedInput schema / properties / personB / properties / timezone / anyOf
Previous value: -[
- {
- "maximum": 14,
- "minimum": -14,
- "type": "number"
- },
- {
- "pattern": "^[A-Za-z_]+(?:\\/[A-Za-z0-9_+-]+){0,2}$",
- "type": "string"
- }
-]New value: +[
+ {
+ "maximum": 14,
+ "minimum": -14,
+ "type": "number"
+ },
+ {
+ "type": "string"
+ }
+]
changedInput schema / properties / personB / properties / timezone / description
Previous value: -"Decimal hours (e.g. 5.5 for IST, -5 for EST) OR IANA name (e.g. \"America/New_York\", \"UTC\"). IANA is resolved to the DST-correct offset for the request date. Invalid timezones return 400 with a validation error."New value: +"IANA name (e.g. \"America/New_York\", \"Europe/London\", \"UTC\"), decimal hours (e.g. -5 for EST, 1 for CET), or a fixed UTC offset (e.g. \"-05:00\", \"+01:00\"). Prefer the IANA name: it is resolved to the DST-correct offset for the birth date, while a fixed offset or decimal is taken literally and will be wrong if it does not match the daylight-saving state on that date. Invalid timezones return 400 with a validation error."
changedInput schema / properties / personB / properties / timezone / example
Previous value: -5.5New value: +"America/New_York"