Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-28 21:10:23 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-28 21:10:23 +0300
commita66948df0c3fda7764965f8cf4c9c99226c0d44d (patch)
tree36d0534d5c03a4ccbbd6da091ba32b96ca27a51b /doc/administration/timezone.md
parent1d9f78b3a4ecd36806890e80e513242d0fdf7b6e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/timezone.md')
-rw-r--r--doc/administration/timezone.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/administration/timezone.md b/doc/administration/timezone.md
index bc94110c5b6..0006a442ec9 100644
--- a/doc/administration/timezone.md
+++ b/doc/administration/timezone.md
@@ -44,15 +44,17 @@ 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:
+> - [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/57654) in GitLab 11.11, disabled by default behind `user_time_settings` [feature flag](feature_flags.md).
+> - [Enabled by default](https://gitlab.com/gitlab-org/gitlab/-/issues/29669) in GitLab 13.9.
+> - [Feature flag removed](https://gitlab.com/gitlab-org/gitlab/-/issues/29669) in GitLab 14.1.
-1. [Start a Rails console session](operations/rails_console.md).
-1. Enable the feature flag:
+This setting controls the local time displayed on a user's profile.
+See [&280](https://gitlab.com/groups/gitlab-org/-/epics/280) for other planned features.
- ```ruby
- Feature.enable(:user_time_settings)
- ```
+NOTE:
+If a user has not set their time zone, it defaults to the time zone [configured at the instance level](#changing-your-time-zone). On GitLab.com, the default time zone is UTC.
-1. You should now be able to see the timezone dropdown in the users' **Settings > Profile** page.
+1. Navigate to [your user settings](../user/profile/index.md#access-your-user-settings).
+1. Select your time zone from the dropdown.
- ![User Time Zone Settings](img/time_zone_settings.png)
+![User Time Zone Settings](img/time_zone_settings.png)