bug 351737 - Converts rule.endDate to UTC so the later getInTimezone works properly. r1=ctalbert, r2=dmose

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@212031 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mattwillis%gmail.com
2006-09-19 22:57:00 +00:00
parent afc9220432
commit 7d245ef6bf

View File

@@ -189,7 +189,7 @@ function loadDialog()
setElementValue("repeat-ntimes-count", rule.count );
}
} else {
var endDate = rule.endDate;
var endDate = rule.endDate.getInTimezone("UTC");
if (!endDate) {
setElementValue("recurrence-duration", "forever");
} else {