GuruMeditation Posted April 27, 2014 Share Posted April 27, 2014 Hi all, I've just noticed on the site that I'm developing, that the time is wrong for the $page->created field. In the config.php file I have the timezone set to $config->timezone = 'Europe/London'; The date is correct, but the time is out. It is currently 21.35 where I am, but the time that's displayed in the info box for the page (in the admin) is 14:35. So it's a few hours out, and I can't understand why? Any suggestions welcome. Link to comment Share on other sites More sharing options...
adrian Posted April 27, 2014 Share Posted April 27, 2014 As Ryan states: "The info field (in the page editor settings tab) is currently specific to server time and not affected by timezone settings." https://processwire.com/talk/topic/2846-timezone/?p=38793 2 Link to comment Share on other sites More sharing options...
GuruMeditation Posted April 27, 2014 Author Share Posted April 27, 2014 Thanks, I did actually see that, but I looked at the date of the post and figured it might have changed since then. That'll teach me to assume things. Link to comment Share on other sites More sharing options...
bernhard Posted June 7 Share Posted June 7 Just hit the same issue and fixing it was very easy thx once more to DDEV: ddev config --timezone=Europe/Vienna 😎 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now