FIX: allTimezonesd was mistakenly removed (#7513)

This commit is contained in:
Joffrey JAFFEUX 2019-05-09 10:22:54 +02:00 committed by GitHub
parent 977ffa20f4
commit f3a346464e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,6 +178,11 @@ export default Ember.Component.extend({
return moment.tz.guess();
},
@computed
allTimezones() {
return moment.tz.names();
},
timezoneIsDifferentFromUserTimezone: propertyNotEqual(
"currentUserTimezone",
"options.timezone"