Update document_properties.js
Fix for minutes tz calculation
This commit is contained in:
parent
61eac43c9b
commit
4acb744f77
@ -184,7 +184,7 @@ var DocumentProperties = {
|
|||||||
minutes += offsetMinutes;
|
minutes += offsetMinutes;
|
||||||
} else if (utRel === '+') {
|
} else if (utRel === '+') {
|
||||||
hours -= offsetHours;
|
hours -= offsetHours;
|
||||||
minutes += offsetMinutes;
|
minutes -= offsetMinutes;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Return the new date format from the user's locale.
|
// Return the new date format from the user's locale.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user