Skip to content

Commit

Permalink
fix: Update timezone description in event schema to include additiona…
Browse files Browse the repository at this point in the history
…l examples
  • Loading branch information
mattobee committed Dec 13, 2024
1 parent 7914252 commit ca7cf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const event = defineType({
title: "Timezone",
name: "timezone",
type: "string",
description: "Must be IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Cannot use abbreviations (EST, PST, etc.)",
description: "Must be IANA timezone name (e.g., 'America/New_York', 'Europe/London', 'Asia/Tokyo', 'Australia/Sydney', 'Europe/Berlin', 'Asia/Dubai', 'America/Los_Angeles', 'Europe/Moscow', 'Asia/Kolkata', 'America/New_York', 'America/Los_Angeles'). Cannot use abbreviations (EST, PST, etc.)",
hidden: ({document}) => document?.scheduled === false
}),
defineField({
Expand Down

0 comments on commit ca7cf14

Please sign in to comment.