evanoberholster / imagemeta

Image Metadata (Exif and XMP) extraction for JPEG, HEIC, AVIF, TIFF and Camera Raw in golang. Focus is on providing features and improved performance.
MIT License
116 stars 12 forks source link

Add a timezone argument to DateTime() and ModifyDate(). #27

Closed abrander closed 2 years ago

abrander commented 2 years ago

This PR solves timezone issues by implementing the first idea from https://github.com/evanoberholster/imagemeta/issues/26.

Please note this is a breaking change.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1780344824


Changes Missing Coverage Covered Lines Changed/Added Lines %
exif/api.go 2 5 40.0%
<!-- Total: 2 5 40.0% -->
Totals Coverage Status
Change from base Build 1721247891: 0.0%
Covered Lines: 2660
Relevant Lines: 4502

💛 - Coveralls
evanoberholster commented 2 years ago

Thanks, I agree that this PR improves functionality.