diff --git a/php/classes/AmdaAction.php b/php/classes/AmdaAction.php
index 876007c..dd975e9 100644
--- a/php/classes/AmdaAction.php
+++ b/php/classes/AmdaAction.php
@@ -228,12 +228,16 @@ class AmdaAction
 
 								if ($child->hasAttribute('dataStart') && $child->hasAttribute('dataStop')) {
 									$info .= "<br/>Time Range: ".$child->getAttribute('dataStart')."-".$child->getAttribute('dataStop');
+									
+									if ($child->hasAttribute('lastUpdate')) {
+										$info .= "<br/>Last Updated: : ".$child->getAttribute('lastUpdate');
+									}
 								}
 
 								if ($child->getAttribute('dataStart') == 'depending on mission') {
 									$info .= "<br/>Time Range: ".$child->getAttribute('dataStart');
 								}
-
+	
 // 								if ($child->getAttribute('restriction') > 1) {
 // 									$restricted  = $child->getAttribute('restriction');
 // 									$info .= "<br/><b>Time Restriction</b>: -$restricted days";
--
libgit2 0.21.2