new timezone handling with timezoneJS.date.js
Does not work with DST yet... Maybe rewrite the js date/timehandling in php.... Status: does not work as expected!
This commit is contained in:
@@ -744,6 +744,10 @@ Zarafa.plugins.calendarimporter.data.Timezones = Ext.extend(Object, {
|
||||
}
|
||||
|
||||
return 0; // no offset found...
|
||||
},
|
||||
|
||||
getDstOffset: function(time, timezone) {
|
||||
return 0; // no offset
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user