CString FormatGmt( const char* pFormat );
pFormat
A formatting string similar to the printf formatting string. See the run-time function strftime for details.
Generates a formatted string that corresponds to this CTime object. The time value is not converted and thus reflects UCT.
A CString that contains the formatted time.
See the example for Format.