Juho Tikkala created PDFBOX-4902:
------------------------------------
Summary: PDF/A validation fails when system time zone has minutes
Key: PDFBOX-4902
URL: https://issues.apache.org/jira/browse/PDFBOX-4902
Project: PDFBox
Issue Type: Bug
Components: XmpBox
Affects Versions: 2.0.20
Reporter: Juho Tikkala
Root problem is incorrect time zone written into PDF when system time zone has
minutes (e.g., IST +05:30), in our case it subsequently manifests as PDF/A
validation failure.
This is because of trivial bug at
[https://svn.apache.org/viewvc/pdfbox/trunk/xmpbox/src/main/java/org/apache/xmpbox/DateConverter.java?revision=1871492&view=markup#l325]
- should divide by 60000 milliseconds to get minutes, but divides by 1000000
instead, resulting in incorrect time zone serialization of +05:01.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]