mirror of
https://github.com/grafana/grafana.git
synced 2026-08-11 05:34:53 -05:00
TimeRangePicker: Show UTC+00:00 instead of just UTC (#84395)
This commit is contained in:
@@ -33,9 +33,6 @@ export const formatUtcOffset = (timestamp: number, timeZone: TimeZone): string =
|
||||
format: 'Z',
|
||||
});
|
||||
|
||||
if (offset === '+00:00') {
|
||||
return 'UTC';
|
||||
}
|
||||
return `UTC${offset}`;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user