From 4819d5323dc927b443666bfa003235c39d037726 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 20 Jan 2017 10:45:39 -0500 Subject: [PATCH] adjusting the last updated time being ouput from the class flight file --- class_flight.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class_flight.php b/class_flight.php index e6243ef..1c659b3 100644 --- a/class_flight.php +++ b/class_flight.php @@ -109,7 +109,7 @@ include_once($_SERVER['DOCUMENT_ROOT'].'/wp-config.php' ); } rsort($update_times); // get UTC offset for current date/time - $TimeDiff = 4+date("I"); + $TimeDiff = 5+date("I"); $this->last_updated = '

 

Last updated: '.date("n/j/Y g:i a",$update_times[0]-($TimeDiff*60*60)).'

'; // $query = "SELECT msg_dtm FROM glm_flight // ORDER BY msg_dtm DESC -- 2.17.1