- 
                Notifications
    You must be signed in to change notification settings 
- Fork 136
Description
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!
