img2pdf/src
Patrick McCarty 81502f21af Convert creation/modification dates to UTC (fixes #155)
Ensure that timezones are correctly interpreted in the input by calling
`.astimezone()` as appropriate on datetime objects, and store the
resulting date fields as UTC.

One could argue that datetimes in the local timezone be stored in the
PDF, but then the date string handling becomes more complicated; the PDF
and XMP date specs both use the `Z` suffix to indicate UTC time, but
other +/- offsets require different syntax between the two specs.
2023-06-10 17:53:03 -07:00
..
tests ensure that gif test input uses the same palette for all frames 2022-02-06 20:25:25 +01:00
img2pdf.py Convert creation/modification dates to UTC (fixes #155) 2023-06-10 17:53:03 -07:00
img2pdf_test.py avoid converting palette PNG with alpha to RGB (closes: #158) 2023-06-08 08:54:37 +02:00
jp2.py update my name 2021-10-13 09:17:44 +02:00