SLUB-digitalpreservation / fixit_tiff

fixes some issues in (potentially) baseline tiffs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix for "Invalid DateTime length"

DasFaultier opened this issue · comments

string: "Tue Dec 19 09:18:54 2006%0A" should be fixed to "2006:12:19 09:18:54"

Hmm, the string above looks like the variant from strftime function. It could be hard to fix that, because the string above exceeds the 20bytes limit.

Ok, there is actually added a new rule to fix that kind of datetime strings in commit fc479df