Add instructions for setting location and time zone (#31481)

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
This commit is contained in:
Sam Browning 2022-10-11 14:20:31 -04:00 коммит произвёл GitHub
Родитель 3d462180da
Коммит c8ab357ff9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
8 изменённых файлов: 42 добавлений и 2 удалений

Двоичные данные
assets/images/help/profile/display-local-time-checkbox.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 49 KiB

Двоичные данные
assets/images/help/profile/location-field.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 22 KiB

Двоичные данные
assets/images/help/profile/profile-location-and-time.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 86 KiB

Двоичные данные
assets/images/help/profile/profile-relative-time.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 87 KiB

Двоичные данные
assets/images/help/profile/time-zone-dropdown.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 49 KiB

Просмотреть файл

@ -95,8 +95,40 @@ For a longer-form and more prominent way of displaying customized information ab
{% endtip %}
3. Click **Update profile**.
![Update profile button](/assets/images/help/profile/update-profile-button.png)
{% data reusables.profile.update-profile %}
{% ifversion profile-time-zone %}
## Setting your location and time zone
You can set a location and time zone on your profile to show other people your local time. Your location and time zone will be visible:
- on your {% data variables.product.product_name %} profile page.
- when people hover over your username or avatar on {% data variables.product.product_name %}.
When you view your profile, you will see your location, local time, and your time zone in relation to Universal Time Coordinated.
![Screenshot of the Octocat profile page emphasizing the location, local time, and time zone fields.](/assets/images/help/profile/profile-location-and-time.png)
When others view your profile, they will see your location, local time, and the time difference in hours from their own local time.
![Screenshot of the Octocat profile page emphasizing the location, local time, and relative time fields.](/assets/images/help/profile/profile-relative-time.png)
{% data reusables.user-settings.access_settings %}
1. Under **Location**, type the location you want to be displayed on your profile.
![Screenshot of the location and local time settings emphasizing the location field.](/assets/images/help/profile/location-field.png)
1. Optionally, to display the current local time on your profile, select **Display current local time**.
![Screenshot of the location and local time settings emphasizing the display current local time checkbox.](/assets/images/help/profile/display-local-time-checkbox.png)
- Select the **Time zone** dropdown menu, then click your local time zone.
![Screenshot of the location and local time settings emphasizing the time zone dropdown menu.](/assets/images/help/profile/time-zone-dropdown.png)
{% data reusables.profile.update-profile %}
{% endif %}
## Setting a status

Просмотреть файл

@ -0,0 +1,5 @@
versions:
fpt: '*'
ghec: '*'
ghes: '>3.7'
ghae: '>3.7'

Просмотреть файл

@ -0,0 +1,3 @@
1. Click **Update profile**.
![Screenshot of the update profile button.](/assets/images/help/profile/update-profile-button.png)