|
|
@ -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.
|
|
|
|