mczachurski / wallpapper

:computer: Console application for creating dynamic wallpapers for macOS Mojave and newer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wallpapper-exif unsupported format of creation date

millerim opened this issue · comments

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

Dock - 2023-11-24 11:00

Any guidance is appreciated. Thanks!