mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 11:36:09 +10:00
Merge pull request #9335 from stefan-it/documentation/timezone-clarifications
[Documentation] non-omnibus instructions for changing time zone
This commit is contained in:
@@ -1,10 +1,22 @@
|
||||
# Changing your time zone
|
||||
|
||||
GitLab defaults its time zone to UTC. It has a global timezone configuration parameter in /etc/gitlab/gitlab.rb
|
||||
The global time zone configuration parameter can be changed in `config/gitlab.yml`:
|
||||
```
|
||||
# time_zone: 'UTC'
|
||||
```
|
||||
|
||||
Uncomment and customize if you want to change the default time zone of GitLab application.
|
||||
|
||||
To see all available time zones, run `bundle exec rake time:zones:all`.
|
||||
|
||||
|
||||
## Changing time zone in omnibus installations
|
||||
|
||||
GitLab defaults its time zone to UTC. It has a global timezone configuration parameter in `/etc/gitlab/gitlab.rb`.
|
||||
|
||||
To update, add the time zone that best applies to your location. Here are two examples:
|
||||
```
|
||||
gitlab_rails['time_zone'] = 'America/New_York'
|
||||
gitlab_rails['time_zone'] = 'America/New_York'
|
||||
```
|
||||
or
|
||||
```
|
||||
@@ -15,4 +27,4 @@ After you added this field, reconfigure and restart:
|
||||
```
|
||||
gitlab-ctl reconfigure
|
||||
gitlab-ctl restart
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user