diff --git a/packages/jsapi-components/src/spectrum/utils/usePickerProps.ts b/packages/jsapi-components/src/spectrum/utils/usePickerProps.ts index 20f92117dd..9734d267a1 100644 --- a/packages/jsapi-components/src/spectrum/utils/usePickerProps.ts +++ b/packages/jsapi-components/src/spectrum/utils/usePickerProps.ts @@ -60,7 +60,7 @@ export function usePickerProps({ }: PickerWithTableProps): UsePickerProps { const { itemHeight } = usePickerItemScale(); - const { getFormattedString: formatValue } = useFormatter(settings); + const { getFormattedString: formatValue, timeZone } = useFormatter(settings); // `null` is a valid value for `selectedKey` in controlled mode, so we check // for explicit `undefined` to identify uncontrolled mode. @@ -127,6 +127,7 @@ export function usePickerProps({ itemHeight, deserializeRow, searchColumnNames, + timeZone, }); const normalizedItems = viewportData.items as (