Commit 871c90c3 authored by Karen Carias's avatar Karen Carias

Added instructions to change time zone in GitLab CE

parent 3a3f4b41
# Changing your time zone
GitLab defaults its time zone to UTC. It has a global timezone configuration parameter in config/application.rb.
To update, add the time zone that best applies to your location. Here are two examples:
```
gitlab_rails['time_zone'] = 'America/New_York'
```
or
```
gitlab_rails['time_zone'] = 'Europe/Brussels'
```
After you added this field, reconfigure and restart:
```
gitlab-ctl reconfigure
gitlab-ctl restart
```
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment