mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TimeRangePicker: Show UTC+00:00
instead of just UTC
(#84395)
This commit is contained in:
parent
ec5e18cd93
commit
38a8bf10f3
@ -33,9 +33,6 @@ export const formatUtcOffset = (timestamp: number, timeZone: TimeZone): string =
|
||||
format: 'Z',
|
||||
});
|
||||
|
||||
if (offset === '+00:00') {
|
||||
return 'UTC';
|
||||
}
|
||||
return `UTC${offset}`;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user