summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Coy <dcoy@gitlab.com>2019-05-03 14:29:59 +0000
committerDavid Coy <dcoy@gitlab.com>2019-05-03 14:29:59 +0000
commit147d7ed7a35a7a1f8885ac4723975db9244b8d36 (patch)
treeeb7262f60f62f915424e3d22deae04544bbd5db3
parentd2e0e9cca7afea982455f990754b48294d00b511 (diff)
downloadgitlab-ce-docs/add-timezone-formatting.tar.gz
Apply suggestion to doc/workflow/timezone.mddocs/add-timezone-formatting
-rw-r--r--doc/workflow/timezone.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/timezone.md b/doc/workflow/timezone.md
index ff00882f049..da51c0f2c93 100644
--- a/doc/workflow/timezone.md
+++ b/doc/workflow/timezone.md
@@ -24,7 +24,7 @@ GitLab defaults its time zone to UTC. It has a global timezone configuration par
To obtain a list of timezones, log in to your GitLab application server and run a command that generates a list of timezones in TZInfo format for the server. For example, install `timedatectl` and run `timedatectl list-timezones`.
-To update, add the time zone that best applies to your location. Here's an example:
+To update, add the timezone that best applies to your location. For example:
```
gitlab_rails['time_zone'] = 'America/New_York'