mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-20 01:50:41 +00:00
bc9ca28deb
Fix #3760. That problem actually was easily fixed, by enabling calendar extension in user's environment. Astonishingly, however, this is the only use of calendar in the entire project. Since the same functionality is available in DateTime, which is used throughout the project, use that instead to eliminate the dependency on calendar.