refactor: Enhance EXIF date extraction in photo_service #15

Merged
tanyar09 merged 1 commits from fix/exif-date-extraction into dev 2026-01-30 11:32:39 -05:00

1 Commits

Author SHA1 Message Date
tanyar09
d89238facf refactor: Enhance EXIF date extraction in photo_service
Some checks failed
CI / skip-ci-check (pull_request) Successful in 10s
CI / python-lint (pull_request) Has been cancelled
CI / test-backend (pull_request) Has been cancelled
CI / build (pull_request) Has been cancelled
CI / secret-scanning (pull_request) Has been cancelled
CI / dependency-scan (pull_request) Has been cancelled
CI / sast-scan (pull_request) Has been cancelled
CI / workflow-summary (pull_request) Has been cancelled
CI / lint-and-type-check (pull_request) Has been cancelled
- Improved logging for EXIF date extraction process, including success and failure messages.
- Updated methods to access EXIF data using modern and deprecated APIs.
- Added validation for extracted dates to ensure they fall within a valid range.
- Enhanced error handling for various exceptions during EXIF data access and date parsing.
2026-01-30 16:31:48 +00:00