diff --git a/common/locales/en/settings.json b/common/locales/en/settings.json
index 85926e2308..782fa70d50 100644
--- a/common/locales/en/settings.json
+++ b/common/locales/en/settings.json
@@ -140,5 +140,8 @@
"gemCapExtra": "Gem Cap Extra:",
"mysticHourglasses": "Mystic Hourglasses:",
"paypal": "PayPal",
- "amazonPayments": "Amazon Payments"
+ "amazonPayments": "Amazon Payments",
+ "timezone": "Timezone",
+ "timezoneUTC": "Your timezone is: <%= utc %>",
+ "timezoneInfo": "
- Habitica uses the timezone set on your PC / mobile device.
- If you use two or more PCs / devices, the timezone sholid be the same on them all otherwise cron will be unpredictable.
- The timezone displayed here is the one that Habitica currently believes is yours.
- If that timezone is wrong, first reload the website to ensure that Habitica is reading the most recent timezone information from your PC. If it is still wrong, adjust the timezone on your PC.
"
}
diff --git a/website/views/options/settings.jade b/website/views/options/settings.jade
index ebe96e9ae2..83d184d53e 100644
--- a/website/views/options/settings.jade
+++ b/website/views/options/settings.jade
@@ -105,6 +105,18 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
ng-disabled='dayStart == user.preferences.dayStart')
=env.t('saveCustomDayStart')
+ hr
+
+ h5=env.t('timezone')
+ .form-horizontal
+ .form-group
+ .col-sm-12
+ p
+ !=env.t('timezoneUTC', {utc: "{{ user.preferences.timezoneOffset | timezoneOffsetToUtc }}"})
+ br
+ p
+ !=env.t('timezoneInfo')
+
.personal-options.col-md-6
.panel.panel-default
.panel-heading