OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.41k stars 2.39k forks source link

Jalali date time in sitemap.xml #16520

Closed sayyad84 closed 2 months ago

sayyad84 commented 2 months ago

Describe the bug Hi, In the site map, instead of the Gregorian date, the solar calendar is displayed, which cannot be used in search engines. Our site is bilingual and its main language is Farsi (right to left). Like: https://t-one-net.com/fa-IR/%D8%AA%D9%85%D8%A7%D8%B3-%D8%A8%D8%A7-%D9%85%D8%A7 1401-07-04T09:39:34+00:00 daily 0.5 Orchard Core version 1.8.3

To Reproduce

Expected behavior Show Gregorian datetime in sitemap.xml

MikeAlhayek commented 2 months ago

I think PR #15229 fixes this issue. This fix is part of OC 2.0.0 preview. Are you able to try it with the 2.0.0 previews?

sayyad84 commented 2 months ago

I added the relevant module to the project along with the mentioned change and the problem was solved. Thank you.

Piedone commented 2 months ago

Great, thanks for the feedback.