Last login wrong?
Hi,
The "Last Login" date/time is wrong... always late by 8 hours!
I have already put in the correct timezone in -
Settings > General Settings > Timezone, but problem still persists.
Luckily, I did some research and saw this
http://forums.appthemes.com/report-c...in-time-19641/
So, I changed the following which fixes the problem.
From:
Code:
update_user_meta($user->ID, 'last_login', gmdate('Y-m-d H:i:s'));
Change to:
Code:
update_user_meta($user->ID, 'last_login', current_time('mysql'));
Support,
Please advise me on this.
Users have reported this problem and found a solution to it in October 13th, 2011 in this thread
http://forums.appthemes.com/report-c...in-time-19641/
But, why is this error not fixed in the JobRoller released nearly 2 years after that? Don't you know this is an error and has to be fixed?
Thank you.