Steps to Reproduce:
- Set your system time zone to US Eastern.
- Click on this link and observe the creation date as 2011-11-10: File:Monkey Hill.jpg.
- Click on this link and observe the creation date as 2011-11-09: https://es.wikipedia.org/wiki/Monkey_Hill?debug=true#/media/Archivo:Monkey_Hill.jpg
Actual Results: Creation date is 9 de noviembre de 2011
Expected Results: Creation date is 10 de noviembre de 2011
Cause: the fix for T58794 doesn't take into account time zones.
Fix: Add the following line before mmv.ui.metadataPanel.js Line 815:
date.setMinutes(date.getMinutes() + date.getTimezoneOffset());
FYI I plan to insert a custom patch on English Wikipedia. It should be forward compatible with any changes you make. Feel free to let me know on my talk page when this is in production and I will remove my own patch.
Thank you!