[ 
https://issues.apache.org/jira/browse/PDFBOX-4902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17147968#comment-17147968
 ] 

ASF subversion and git services commented on PDFBOX-4902:
---------------------------------------------------------

Commit 1879341 from Tilman Hausherr in branch 'pdfbox/branches/2.0'
[ https://svn.apache.org/r1879341 ]

PDFBOX-4902: fix bug with half hour timezones, thanks Juho Tikkala; add test

> 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
>            Assignee: Tilman Hausherr
>            Priority: Major
>
> 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]

Reply via email to