https://bugzilla.wikimedia.org/show_bug.cgi?id=29471
--- Comment #2 from Bawolff <[email protected]> 2011-06-18 20:21:12 UTC --- Basic issue is MediaWiki doesn't like the years before Jesus is born. What is happening: *File is listed as being created on 0000:01:00 00:02:27 - which is really malformed, because in exif date format, days start at 01, not 00. So mediawiki interprets that as the -1'th of January, aka the 31st of December: -0001:12:31 00:02:27 *Converted to mediawiki ts format, that's -00011231000227 *Converted to MediaWiki ts format again, wfTimestamp seems not to like negative dates in MW format. Returns false. *Language::sprintfDate barfs on false -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
