From f9044ac5c630809613d0d1c9e7c5f542dcc6826e Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Mon, 11 Dec 2017 00:08:27 +0530 Subject: [PATCH] Default time zone depends upon server (#6617) Merge pull request 6617 --- docs/_docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/configuration.md b/docs/_docs/configuration.md index 362d33c5..63ebd047 100644 --- a/docs/_docs/configuration.md +++ b/docs/_docs/configuration.md @@ -108,7 +108,7 @@ class="flag">flags (specified on the command-line) that control them. IANA Time Zone Database is valid, e.g. America/New_York. A list of all available values can be found - here. The default is the local time zone, as set by your operating system. + here. When serving on a local machine, the default time zone is set by your operating system. But when served on a remote host/server, the default time zone depends on the server's setting or location.