mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Remove reference to GNUpdf from comment in |DocumentProperties.parseDate|
Since the link is no longer valid, we should remove it from the comment. (Using the Internet Archive, it seems that the contents of that page was basically identical to the PDF specification.)
This commit is contained in:
parent
f6a8110041
commit
3974adcc22
1 changed files with 1 additions and 2 deletions
|
@ -151,8 +151,7 @@ var DocumentProperties = {
|
|||
},
|
||||
|
||||
parseDate: function documentPropertiesParseDate(inputDate) {
|
||||
// This is implemented according to the PDF specification (see
|
||||
// http://www.gnupdf.org/Date for an overview), but note that
|
||||
// This is implemented according to the PDF specification, but note that
|
||||
// Adobe Reader doesn't handle changing the date to universal time
|
||||
// and doesn't use the user's time zone (they're effectively ignoring
|
||||
// the HH' and mm' parts of the date string).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue