Summary: | return dates in utc format | ||
---|---|---|---|
Product: | poppler | Reporter: | Jakub Alba <jakubalba> |
Component: | glib frontend | Assignee: | Jakub Alba <jakubalba> |
Status: | RESOLVED DUPLICATE | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | poppler-bugs |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | patch |
bugs are only fixed when patches are committed to the main repository. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 121570 [details] patch Right now info about timezones is discarded. The following patch takes the timezone info into account and converts dates to utc, as it should be done, since time_t is used for seconds since Epoch UTC.