Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
687b8e2a
Commit
687b8e2a
authored
Feb 04, 2021
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'docs-add-timezone-ff' into 'master'
Add section about time zone FF See merge request gitlab-org/gitlab!53209
parents
d7fa0267
64b035b5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
doc/administration/img/time_zone_settings.png
doc/administration/img/time_zone_settings.png
+0
-0
doc/administration/timezone.md
doc/administration/timezone.md
+15
-0
No files found.
doc/administration/img/time_zone_settings.png
0 → 100644
View file @
687b8e2a
41.3 KB
doc/administration/timezone.md
View file @
687b8e2a
...
...
@@ -41,3 +41,18 @@ After adding the configuration parameter, reconfigure and restart your GitLab in
gitlab-ctl reconfigure
gitlab-ctl restart
```
## Changing time zone per user
To allow users to change the time zone in their profile, the feature flag
`user_time_settings`
should be enabled:
1.
[
Start a Rails console session
](
operations/rails_console.md
)
.
1.
Enable the feature flag:
```
ruby
Feature
.
enable
(
:user_time_settings
)
```
1.
You should now be able to see the timezone dropdown in the users'
**Settings > Profile**
page.
!
[
User Time Zone Settings
](
img/time_zone_settings.png
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment