create_date() uses the gmdate() function to output the time in the user's local timezone and it translates the language when needed. Its in includes/functions.php // // Create date/time from format and timezone // function create_date($format, $gmepoch, $tz) { global $board_config, $lang; static $tr...