Skip to content

Commit

Permalink
Temporary fix for israel timezone; rrule matched by timezone ids
Browse files Browse the repository at this point in the history
  • Loading branch information
bavincen committed Aug 27, 2015
1 parent a655b3c commit 586245c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interfaces/exchangeTimeZones/mivExchangeTimeZone.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ mivExchangeTimeZone.prototype = {

if ((this.hasDaylight) && (this.daylightRRule != aTimeZone.daylightRRule)) {
//dump(" -- Daylight RRUle values do not match. "+this.daylightRRule+" != "+aTimeZone.daylightRRule+"\n");
if (aTimeZone.id == "Asia/Jerusalem" && this.id == "Israel Standard Time") return true; //temporary fix for israel timezone wil be removed
return false;
}

Expand Down

0 comments on commit 586245c

Please sign in to comment.