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
64b035b5
Commit
64b035b5
authored
Feb 04, 2021
by
Alexander Tanayno
Committed by
Achilleas Pipinellis
Feb 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add section about time zone FF
parent
d22ac2bf
Changes
2
Hide 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 @
64b035b5
41.3 KB
doc/administration/timezone.md
View file @
64b035b5
...
@@ -41,3 +41,18 @@ After adding the configuration parameter, reconfigure and restart your GitLab in
...
@@ -41,3 +41,18 @@ After adding the configuration parameter, reconfigure and restart your GitLab in
gitlab-ctl reconfigure
gitlab-ctl reconfigure
gitlab-ctl restart
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