Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57742, comment 8


Ignore:
Timestamp:
11/06/2025 06:17:17 AM (9 months ago)
Author:
vimalroy08

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57742, comment 8

    initial v1  
    44This can create confusion for editors working across regions, visitors reading the articles, and even affect the accuracy of event or incident timestamps — since the post list, REST API responses, and theme functions like the_time() or get_the_date() still reflect the old offset until each post is manually updated.
    55
    6 I’ve tested this on a clean install with no plugins and default theme (Twenty Twenty-Five), and the behavior is consistent.
     6I’ve also tested this on a clean install with no plugins and default theme (Twenty Twenty-Five), and the behavior is consistent.
    77
    88It seems the proposed patches from @nazmulhudadev and @sakibmd are still relevant and fix the issue. Can we please get a review or update on whether this can be merged into core?