timeformat

Format a time to make it look purdy. - returns a pretty formatted version of time based on the user's format in $user_info['time_format']. - applies all necessary time offsets to the timestamp, unless offset_type is set. - if todayMod is set and show_today was not not specified or true, an alternate format string is used to show the date with something to show it is "today" or "yesterday". - performs localization (more than just strftime would do alone.)
Parameters Summary
int $log_time
bool $show_today = true
bool|string $offset_type = false
bool $process_safe = false