Odd Published Date Problem
-
Hey guys I think there is a date/time bug in Founder. The best way I can describe it is the theme is displaying the Post_Date_GMT versus Post_Date. If I switch themes the correct date is displayed. I’ve double checked my time zone settings and it is correctly set to Los Angeles. Also can verify the displayed Universal time (UTC) and Local time are correct. I’ve also verified that the server is configured for Los Angeles (GMT-7). If I bring up a calendar widget I see posts from 6/22-6/27 but my newest post says “Published June 28, 2019”.
I dropped into the database and found the following two examples:
Incorrect
Title: 38°9’29.069″ N 109°47’37.32″ W
Post_Date: 2019-06-27 21:09:45
Post_Date_GMT: 2019-06-28 04:09:45Correct but only because both DB dates are on the same day.
Title: 38°1’25” N 109°32’25” W
Post_Date: 2019-06-22 15:48:45
Post_Date_GMT: 2019-06-22 22:48:45I think the problem is somewhere in content/post-meta.php but I’m just not good enough at PHP and WordPress to track down the issue. I’ve observed similar behavior in Author (can provide detailed example similar to above if needed) and Tracks.
Thanks for any light you can shed on the subject.
The page I need help with: [log in to see the link]
- The topic ‘Odd Published Date Problem’ is closed to new replies.