diff --git a/pandora_console/general/footer.php b/pandora_console/general/footer.php index ee4a267796..dec6f109f6 100644 --- a/pandora_console/general/footer.php +++ b/pandora_console/general/footer.php @@ -35,7 +35,7 @@ echo '
'; -echo '
'. __('Page generated at') . ' '. ui_print_timestamp ($time, true, array ("prominent" => "timestamp")); //Always use timestamp here +echo ''. __('Page generated at') . ' '. date('F j, Y h:i a'); //Always use timestamp here echo ''; if (isset ($config['debug'])) { $cache_info = array();