From 147d7ed7a35a7a1f8885ac4723975db9244b8d36 Mon Sep 17 00:00:00 2001 From: David Coy Date: Fri, 3 May 2019 14:29:59 +0000 Subject: Apply suggestion to doc/workflow/timezone.md --- doc/workflow/timezone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/workflow/timezone.md') 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' -- cgit v1.2.1