From 3b9cb9c68ca45e462ee12686b41a9d47332e2959 Mon Sep 17 00:00:00 2001 From: Rishi Gupta Date: Mon, 11 Feb 2019 12:57:51 -0800 Subject: [PATCH] help: Add change-your-timezone. --- templates/zerver/help/change-your-timezone.md | 19 +++++++++++++++++++ .../zerver/help/include/sidebar_index.md | 1 + 2 files changed, 20 insertions(+) create mode 100644 templates/zerver/help/change-your-timezone.md diff --git a/templates/zerver/help/change-your-timezone.md b/templates/zerver/help/change-your-timezone.md new file mode 100644 index 0000000000..73a0f87630 --- /dev/null +++ b/templates/zerver/help/change-your-timezone.md @@ -0,0 +1,19 @@ +# Change your timezone + +Zulip always uses your computer's timezone for displaying dates and +timestamps (note that you need to reload Zulip after changing your +computer's timezone for changes to take effect). + +By default, Zulip also indirectly displays your timezone to others, via the +**Local time** field of your [user profile](/help/view-someones-profile). +You can change the timezone Zulip displays to others. + +### Change your timezone + +{start_tabs} + +{settings_tab|display-settings} + +2. Under **Time settings**, select a timezone. + +{end_tabs} diff --git a/templates/zerver/help/include/sidebar_index.md b/templates/zerver/help/include/sidebar_index.md index 8bc2603761..9ab5368a73 100644 --- a/templates/zerver/help/include/sidebar_index.md +++ b/templates/zerver/help/include/sidebar_index.md @@ -88,6 +88,7 @@ * [Enable emoticon translations](/help/enable-emoticon-translations) * [Manage your uploaded files](/help/manage-your-uploaded-files) * [View emoji as text](/help/view-emoji-as-text) +* [Change your timezone](/help/change-your-timezone) * [Display the buddy list on narrow screens](/help/move-the-users-list-to-the-left-sidebar) * [View organization statistics](/help/analytics) * [Connect through a proxy](/help/connect-through-a-proxy)