const char* qTimeGetGmtStaticStr ( time_t  utctime  ) 

Get GMT time string formatted like 'Wed, 11-Nov-2007 23:19:25 GMT'.

Parameters:
utctime 0 for current time, universal time for specific time
Returns:
internal static string pointer which points GMT time string.
   printf("%s", qTimeGetGmtStaticStr(0));           // now
   printf("%s", qTimeGetGmtStaticStr(time(NULL) + 86400));  // 1 day later

Definition at line 167 of file qTime.c.


Generated on Mon Mar 26 07:00:52 2018 for JSOC_Documentation by  doxygen 1.5.7.1