The solution was to
apt-get remove tzdata
apt-get install tzdata
while
dpkg-reconfigure tzdata
was not enough.
Mark’s edit:
In human words, the problem was caused because the time zone data on the server was incorrect, which probably had an impact how php calculates times. The solution was to forcefully update the data.
Related Posts:
- How to prevent posts from being published too close to each other?
- All WordPress scheduled posts are being published immediately
- Unschedule a post
- Disabled wp-cron, set up system cron but still have missed schedule posts
- How to switch wordpress post status between publish and schedule in MySQL?
- Update Modified date when scheduled posts get published
- Scheduling posts via sql
- Create blog post from external source and set publication date
- How to prevent people from seeing an attachment to a scheduled post that’s released in future?
- How to check if post meta key exists or not in wordpress database
- Custom Post Types, slug, archive and SEO plugins
- get all posts ID from a category
- How to export posts with featured image
- How are terms connected with posts in database?
- blog posts sorting doesnt work while using get_query_var
- JSON not valid after json_encode posts
- Post Admin – Filter by posts without tags
- Post & edit a post from front end along with upload, dropdown, and other inputs
- One comment per user email per post
- Text after more tag in posts
- Hide parts of the post content on the home page
- Create A Metabox For A Custom Field
- Show a list of recently viewed posts to a user
- Possible to create a permalink to sort with meta_key?
- Get the post_id of a new post
- How to add custom content (text/image) at start of content (IN content ie the same line)
- Prevent post from being published if no category selected
- Load content in a div with ajax
- Get a custom field of all posts on current blog page
- Display posts in alphabetical order for a particular category
- Action hook for new pending posts?
- Direct link to “New post” in specific category?
- Disable most recent & view all (TABS) on nav-menu.php
- Using permalinks, category slugs, and tag slugs
- How to insert 2 args into 1 Wp_Query for a slideshow
- Apply a style for 4 blogs and another style for the next 4 blogs in wordpress blog page?
- Show posts by a custom post author
- Add multiple tags to multiple posts
- Chrome + Ad Blocker hides the content of the post
- Blank page when saving edits on post
- Listing Specific Categories from Current Post with Depth
- Custom Post Type Rewrite To Include Parent Page(s)
- outputting posts’ taxonomies: cant get ‘get_the_taxonomies’ working
- Disable link for single posts
- Can’t set Post ID properly
- related author post thumbnail shows post thumbnail
- Query for first 3 posts to change the look and feel
- Custom Post Type archive
- Getting blog pagination to work on page set as front page
- How to identify and hide/remove an element from a WordPress page [closed]
- unique post in “$args” of wp_query display more than one post
- New Posts and Pages Won’t Save
- Why excerpt is Displaying same in Random Posts list
- Is there a way getting post fields using `transition_post_status`
- Get featured image on hover of post title [closed]
- How get top post view for today for today post
- Changing wp_link_pages() to “Next Page” and “Previous Page” buttons?
- Why my meta boxes won’t show in front post page?
- Authors’ Links on Homepage Not Going to Author Post Pages
- Approve modified posts
- Display Current Posts Category (with the most posts)?
- How can I add random alphabets in wordpress permalink posts structure
- AWS usage queries
- Filter posts by month (dropdown)
- Redirect old Posts URL to new URL
- Hook when post is set from published to draft?
- Use posts from old db by changing prefix
- Display Custom Post Category Count & WordPress Category Count Using Shortcode
- Override default post type ‘post’
- ‘posts’ table should not store the absolute image path
- How to make a page show posts only from specific categories without editing php files
- Assign a day of the week to post, e.g: Assign Monday to post and have it only appear when the day is Monday
- Display post on main page with thumbnail
- Redirecting user to a page when there is no content?
- Is it possible to query a category with specified posts?
- How can I alternate styling of images in a post? [closed]
- Add caption to thumbnails in content
- WordPress URL question
- Display iframe or embeded posts on homepage
- How to retrieve a post by inputing the url in a custom field and displaying it on an options page
- Theme does not respect spaces between paragraphs in pages
- How can I use the “Your latest posts” as a template?
- Query to get data of a post, if in category?
- Order posts by custom field
- exclude one child by id from $post->post_parent
- Continuous listing from a custom field
- Text editor has problem with having ” in a post
- Getting posts from multiple users?
- Add class name of content, Hypernate doesn’t work to IE and Chrome
- WordPress Post Grid
- 2 tick boxes appearing below comments
- Choose options via url
- Issue with wordpress pagination: last 2 posts show again on second page
- Extra Theme – Fit image inside of Featured Post Slider
- Stripping tag from elements in post
- find view post hyperlink in PHP wordpress admin file
- Even/Odd every two posts
- Polylang – display one post into 3 categories with different lang [closed]
- How can I show the positive and negative comments for a same post separately?
- What function does the loop of displaying posts?