WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
$this->oReg->getUserId();
. 'SET `login_when`='.\time().', '
. 'SET `login_when`='.\time() + $this->oReg->DefaultTimezone.', '
$sql = 'UPDATE `'.TABLE_PREFIX.'users` ' . 'SET `login_when`='.\time().', ' . '`login_ip`=\''.$sRemoteAddress.'\' ' . 'WHERE `user_id`=\''.$user_id.'\'';
Input : Local_time - Timezone = UTCOutput: UTC + Timezone = Local_time