diff --git a/packages/calcite-components/src/components/input-time-zone/input-time-zone.stories.ts b/packages/calcite-components/src/components/input-time-zone/input-time-zone.stories.ts index a8c251ac8f0..eea65a84e40 100644 --- a/packages/calcite-components/src/components/input-time-zone/input-time-zone.stories.ts +++ b/packages/calcite-components/src/components/input-time-zone/input-time-zone.stories.ts @@ -10,7 +10,8 @@ export default { chromatic: { delay: 1500 }, notes: readme, options: { - timezone: "America/Los_Angeles", + // for stability, we use a timezone unaffected by daylight savings time + timezone: "America/Mexico_City", }, }, ...storyFilters(), @@ -28,9 +29,9 @@ export const timeZoneNameMode_TestOnly = (): string => html` `; -export const initialNameSelected_TestOnly = (): string => html` - -`; +export const initialNameSelected_TestOnly = (): string => + // for stability, we use a timezone unaffected by daylight savings time + html``; export const initialOffsetSelected_TestOnly = (): string => html`