We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run wallpaper-exif on the attached file I get the following error:
Extracting Exif information...Error: Unexpected error occurs: Not supported format of creation date: '2023-11-24T11:00:00'.
Here's the output from exiftool:
$ exiftool -time:all -a -G0:1 -s Dock\ -\ 2023-11-24\ 11:00.jpg [File:System] FileModifyDate : 2023:11:25 07:35:11-05:00 [File:System] FileAccessDate : 2023:11:25 07:35:21-05:00 [File:System] FileInodeChangeDate : 2023:11:25 07:35:11-05:00 [EXIF:IFD0] ModifyDate : 2023:11:24 11:00:00 [EXIF:ExifIFD] DateTimeOriginal : 2023:11:24 11:00:00 [EXIF:ExifIFD] CreateDate : 2023:11:24 11:00:00
Any guidance is appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run wallpaper-exif on the attached file I get the following error:
Extracting Exif information...Error: Unexpected error occurs: Not supported format of creation date: '2023-11-24T11:00:00'.
Here's the output from exiftool:
$ exiftool -time:all -a -G0:1 -s Dock\ -\ 2023-11-24\ 11:00.jpg
[File:System] FileModifyDate : 2023:11:25 07:35:11-05:00
[File:System] FileAccessDate : 2023:11:25 07:35:21-05:00
[File:System] FileInodeChangeDate : 2023:11:25 07:35:11-05:00
[EXIF:IFD0] ModifyDate : 2023:11:24 11:00:00
[EXIF:ExifIFD] DateTimeOriginal : 2023:11:24 11:00:00
[EXIF:ExifIFD] CreateDate : 2023:11:24 11:00:00
Any guidance is appreciated. Thanks!
The text was updated successfully, but these errors were encountered: