TimezoneField

TimezoneField component that map IANA timezone to text with Labeled component.

Usage

import { TimezoneField } from '@ra-libs/react';

<TimezoneField source="startAtTimezone" label={'Timezone'} />;

Props

Last updated