- Issue created by @sandro_pagliara
The datetime module did not change between Drupal versions 10.3.8 and 10.3.10. Which updates executed with
update.php
on the site?When I install a default 10.3.8 site in English, there isn't a date format at
/admin/config/regional/date-time
that isY-m-d H:i:s
. There is:- Default long date
l, F j, Y - H:i
- Default medium date
D, m/d/Y - H:i
- Default short date
m/d/Y - H:i
- Olivero medium
j F, Y
But just to test I changed "Default short date" to
m/d/Y
and updated Drupal to 10.3.10. There are no Drupal core database updates between 10.3.8 and 10.3.10 when runningupdate.php
. The date format did not change.It is likely there are additional steps to reproduce that are not recorded in this issue. We require more information from you to proceed with this bug report.,
- Default long date
- 🇮🇳India ramprassad
I tried and could not reproduce this issue. As cilefen mentions in the above comment, "Y-m-d H:i:s" is not one of the available formats. I tried creating a custom date format in 10.3.8 with "Y-m-d H:i:s" and then changed to "Y-m-d". After upgrading to 10.3.10, I still see the date format as "Y-m-d".