mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Update document_properties.js
Fix for minutes tz calculation
This commit is contained in:
parent
61eac43c9b
commit
4acb744f77
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ var DocumentProperties = {
|
|||
minutes += offsetMinutes;
|
||||
} else if (utRel === '+') {
|
||||
hours -= offsetHours;
|
||||
minutes += offsetMinutes;
|
||||
minutes -= offsetMinutes;
|
||||
}
|
||||
|
||||
// Return the new date format from the user's locale.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue