WebhostingNZ.com Posted December 17, 2015 Report Posted December 17, 2015 Hey, It seems the System Overview widget does not respect the company timezone, sorry about all the black: The above was taken at 11.50am NZDT (+13:00). Company is set to (UTC +13:00 DST) Auckland same as my local time Server time is GMT: Thu Dec 17 22:52:26 GMT 2015. Not sure what timezone the users active today resets, but something seems incorrect.
Tyson Posted December 18, 2015 Report Posted December 18, 2015 What makes you think the timezone is incorrect, exactly? Any other information you can provide from How to Report a Bug? What is the date stored in the database under `log_users`.`date_updated`? You can run this query on the database to find the records ordered by the most recent: SELECT * FROM `log_users` ORDER BY `date_updated` DESC;
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now