Date is 1 day back

Posted in: Newsmag
Post count: 108

Hi

All of sudden, i saw that our Newsmag is showing date one day back, Today is Monday, it shows (top bar and calendar) Sunday.

http://www.cele.si

In WP administration date is shown correct.

Any idea?

  • This topic was modified 10 years by gregy1403.
Post count: 9544

Check the date/time on your hosting account settings.
Check the date/time setting in your WP admin panel.

Theme does not control the date/time of WP.

Post count: 108

Double checked .. WP admin panel correct, frontend wrong .. i might ask my hosting what is going on .. there were some updates on server yesterday (Apache 2.2, SSD …) but no matter what, it is strange 🙂

Post count: 9544

You can usually upload a simple php script to echo the ‘local’ server time.

<?php
echo date('Y-m-d H:i:s');
?>

or long winded discussion
http://stackoverflow.com/questions/470617/get-current-date-and-time-in-php

We had similar issue on our old server (2010-2013) where we could never get it to always explicitly be EST/EDT. We had to add a php variable to specify time zone as “New York”.

Post count: 108

fixed .. it was cache thing on server. My host deleted the cache and set to reset every day.

Thank you

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.