Support

Account

Home Forums General Issues Time Field and WP 5.3 Reply To: Time Field and WP 5.3

  • I figured out the issue I was having. I was using date_default_timezone_set() to set the default timezone in my functions.php file. Removing this made the times go back to the correct ones. I guess there’s some sort of conflict with using this PHP function and WordPress 5.3’s new date and time improvements.