Docs: Time regions add info about UTC timezone (#26407)

* Add UTC info to docs

* Revert formaatting
This commit is contained in:
Ivana Huckova 2020-07-21 09:41:00 +02:00 committed by GitHub
parent bc3220cdc0
commit 8663f1b323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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
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.

View File

@ -83,7 +83,7 @@
<div class="gf-form-button-row"> <div class="gf-form-button-row">
<button class="btn btn-inverse" ng-click="ctrl.addTimeRegion()"> <button class="btn btn-inverse" ng-click="ctrl.addTimeRegion()">
<icon name="'plus'"></icon>&nbsp;Add time region<tip>All configured time regions refers to UTC time</tip> <icon name="'plus'"></icon>&nbsp;Add time region<tip>All configured time regions refer to UTC time</tip>
</button> </button>
</div> </div>
</div> </div>