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:
2013-02-26 23:32:02 +00:00
parent 5af208a20f
commit 270edc7ee5
42 changed files with 20618 additions and 11 deletions

View File

@@ -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
}
});