We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695bc2c commit c95cbc2Copy full SHA for c95cbc2
src/components/RelativeRangeDatePicker/utils.ts
@@ -45,7 +45,7 @@ export function getDefaultTitle({
45
return '';
46
}
47
48
- const tz = timeZone === 'system' ? '' : ` (${getTimeZoneOffset(timeZone)})`;
+ const tz = timeZone === 'default' ? '' : ` (${getTimeZoneOffset(timeZone)})`;
49
50
let from = '';
51
if (value.start) {
0 commit comments