mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 18:33:28 -05:00
FIX: allTimezonesd was mistakenly removed (#7513)
This commit is contained in:
+5
@@ -178,6 +178,11 @@ export default Ember.Component.extend({
|
||||
return moment.tz.guess();
|
||||
},
|
||||
|
||||
@computed
|
||||
allTimezones() {
|
||||
return moment.tz.names();
|
||||
},
|
||||
|
||||
timezoneIsDifferentFromUserTimezone: propertyNotEqual(
|
||||
"currentUserTimezone",
|
||||
"options.timezone"
|
||||
|
||||
Reference in New Issue
Block a user