vstinner / hachoir

Hachoir is a Python library to view and edit a binary stream field by field
http://hachoir.readthedocs.io/
GNU General Public License v2.0
604 stars 70 forks source link

Timezone information in creation_date metada #79

Open rodrigogoncalves opened 2 years ago

rodrigogoncalves commented 2 years ago

Hi, I've noticed that the DateTime object returned by extractMetadata(parser).get('creation_date') does not contain timezone information, and I was not able to find it anywhere else in the extracted metadata. Is this information actually stored in the movie file and the library is ignoring it?

vstinner commented 2 years ago

I don't recall file formats which store a timezone. Which file format are you thinking about?