Luca Carlon 9a699f234d
Metadata: When parsing dates from exiftool, remap year 0 to 1 (#2508)
Year 0 is frequently used in exiftool but is not accepted in the Go time
package. time package uses year 1 for "zero" dates instead. Therefore,
remap year 0 from exiftool to year 1.
2023-06-29 10:36:16 +02:00
..
2023-06-26 15:54:23 +02:00
2023-06-26 15:57:56 +02:00
2023-06-27 19:27:34 +02:00