LocalTimeToGMT:

--------------------------------------------------------------------------
   Convert the local time for this CPU (in datevec format) to GMT (or UCT)
--------------------------------------------------------------------------
   USAGE:
     gmt = LocalTimeToGMT( dateVec );  
--------------------------------------------------------------------------
 
   ------ 
   Inputs 
   ------ 
   dateVec       (1,6)   Local time date vector [YYYY MM DD HH MM SS]
 
   ------- 
   Outputs 
   ------- 
   gmt           (1,6)   Greenwhich mean time (also UTC, universal
                         coordinated time). Usually, only the hour will be
                         changed. But if the input date is close to the
                         end of a day, month, or year, then one of those
                         elements may also change.
  
--------------------------------------------------------------------------

Children: