зеркало из https://github.com/mozilla/pjs.git
bug 351737 - Converts rule.endDate to UTC so the later getInTimezone works properly. r1=ctalbert, r2=dmose
This commit is contained in:
Родитель
77935de497
Коммит
7653fe83d3
|
@ -189,7 +189,7 @@ function loadDialog()
|
||||||
setElementValue("repeat-ntimes-count", rule.count );
|
setElementValue("repeat-ntimes-count", rule.count );
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
var endDate = rule.endDate;
|
var endDate = rule.endDate.getInTimezone("UTC");
|
||||||
if (!endDate) {
|
if (!endDate) {
|
||||||
setElementValue("recurrence-duration", "forever");
|
setElementValue("recurrence-duration", "forever");
|
||||||
} else {
|
} else {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче