#48690 closed defect (bug) (duplicate)
WordPress 5.3 get_the_time() weird output
| Reported by: | timon33 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Date/Time | Version: | 5.3 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | ui, template |
Description
Hello.
I've just upgraded to WP 5.3 from the last 5.2 version.
The locale is set to Greek and all my tests are in that language.
The output of
<?php echo get_the_time( 'l, d F Y H:i', $post->ID ); ?>
is
Σάββατο, 19 20 Ιανουαρίου19 10:50
Saturday, 19 20 January19 10:50 in english.
where obviously should be:
Σάββατο, 19 Ιανουαρίου 2019 10:50 Saturday, 19 January 2019 10:50 in english.
It seems that it gets the first two digits of the year part and places it before the month.
I think this has something to do with the new dates in 5.3 and locale which by the way now recognises genitive cases correctly.
Best regards
Change History (4)
#2
@
7 years ago
@timon33 Thanks for reporting this issue. Please note that this issue had already been reported and patched in #48606. The fix should be released with 5.3.1.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #48606.