From 78a3f6043d3a3f37727d9433b5e1d6c3fb7f733f Mon Sep 17 00:00:00 2001
From: Rich DiCroce <Rich.DiCroce@scientificgames.com>
Date: Thu, 1 Oct 2020 10:31:25 -0400
Subject: [PATCH] docs: fix default timezone (#7236)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
---
 docs/usage/faq.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/usage/faq.md b/docs/usage/faq.md
index 9a502c4392..f26053edb9 100644
--- a/docs/usage/faq.md
+++ b/docs/usage/faq.md
@@ -49,8 +49,8 @@ or even specific packages at a different schedule.
 If you want to control the days of the week or times of day that renovate
 updates packages, use the `timezone` and `schedule` configuration options.
 
-By default, Renovate schedules will use the timezone of the machine that it's
-running on. This can be overridden in global config. Finally, it can be
+By default, Renovate schedules will use the UTC timezone.
+This can be overridden in global config. Finally, it can be
 overridden on a per-repository basis too, e.g.:
 
 ```
-- 
GitLab