mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Time regions add info about UTC timezone (#26407)
* Add UTC info to docs * Revert formaatting
This commit is contained in:
parent
bc3220cdc0
commit
8663f1b323
@ -160,4 +160,4 @@ Hide series when all values of a series from a metric query are of a specific va
|
||||
|
||||
### Time regions
|
||||
|
||||
Time regions allow you to highlight certain time regions of the graph to make it easier to see for example weekends, business hours and/or off work hours.
|
||||
Time regions allow you to highlight certain time regions of the graph to make it easier to see for example weekends, business hours and/or off work hours. All configured time regions refer to UTC time.
|
||||
|
@ -83,7 +83,7 @@
|
||||
|
||||
<div class="gf-form-button-row">
|
||||
<button class="btn btn-inverse" ng-click="ctrl.addTimeRegion()">
|
||||
<icon name="'plus'"></icon> Add time region<tip>All configured time regions refers to UTC time</tip>
|
||||
<icon name="'plus'"></icon> Add time region<tip>All configured time regions refer to UTC time</tip>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user