Jc3s5h added a comment. I tested JavaScript:
document.write(new Date( 1900, 1, 29 ).toDateString()) Which gave as a result Thu Mar 01 1900 So this indicates that the JavaScript Date object is the wrong tool for the job we are doing. I haven't tested PHP, but that is suspect too. So the code that is doing the "correction" needs to be identified and tested. If it can't accept valid Julian dates then either a different language that can accept Julian dates needs to be used, or a new object needs to be written that can handle the data we need it to handle. TASK DETAIL https://phabricator.wikimedia.org/T85296 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Jc3s5h Cc: Jc3s5h, Liuxinyu970226, Ricordisamoa, Addshore, thiemowmde, JanZerebecki, Aklapper, daniel, Smalyshev, Wikidata-bugs, aude _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
