diff options
author | David Coy <dcoy@gitlab.com> | 2019-04-01 15:40:40 +0000 |
---|---|---|
committer | David Coy <dcoy@gitlab.com> | 2019-05-02 14:19:41 -0500 |
commit | 743e1f4ecad09edb95169be3f62761e4a6bba2db (patch) | |
tree | fcda7eec6aaba3498aac6c5d7680bff75a67863a /doc/workflow/timezone.md | |
parent | 5086849ddbd3e7f64eca522e7cc884da71b94708 (diff) | |
download | gitlab-ce-743e1f4ecad09edb95169be3f62761e4a6bba2db.tar.gz |
Apply suggestion to doc/workflow/timezone.md
Diffstat (limited to 'doc/workflow/timezone.md')
-rw-r--r-- | doc/workflow/timezone.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/timezone.md b/doc/workflow/timezone.md index 7a05d967b0d..115debb4ac0 100644 --- a/doc/workflow/timezone.md +++ b/doc/workflow/timezone.md @@ -16,7 +16,7 @@ To see all available time zones, run `bundle exec rake time:zones:all`. For Omnibus installations, run `gitlab-rake time:zones:all`. NOTE: **Note:** -Currently, timezones are listed in a format that is not accepted by GitLab Omnibus during a reconfigure: [#58672](https://gitlab.com/gitlab-org/gitlab-ce/issues/58672) +Currently, this rake task does not list timezones in TZInfo format required by GitLab Omnibus during a reconfigure: [#58672](https://gitlab.com/gitlab-org/gitlab-ce/issues/58672). ## Changing time zone in omnibus installations |