fix(TIMEZONE): Set UTC+0 to UTC(dayjs does not recognize UTC+0)
This commit is contained in:
@@ -573,10 +573,10 @@ export const TIMEZONES = [
|
||||
|
||||
{
|
||||
label: 'UTC',
|
||||
options: [{ value: 'UTC+0', label: 'UTC' }],
|
||||
options: [{ value: 'UTC', label: 'UTC' }],
|
||||
},
|
||||
];
|
||||
export const DEFAULT_TIMEZONE = 'UTC+0';
|
||||
export const DEFAULT_TIMEZONE = 'UTC';
|
||||
|
||||
export const TIMELINE_NORMAL_ACTIVITY_TYPE = [
|
||||
'undeleted',
|
||||
|
||||
Reference in New Issue
Block a user