Commit 8663f1b3 by Ivana Huckova Committed by GitHub

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

* Add UTC info to docs

* Revert formaatting
parent bc3220cd
...@@ -160,4 +160,4 @@ Hide series when all values of a series from a metric query are of a specific va ...@@ -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.
...@@ -83,7 +83,7 @@ ...@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment