DateConvertGmtToLocal

Converts a GMT date string of the format YYYYMMDDhhmmssxx into the Local Time format "DD/MM/YYYY hh:mm:ss (TimeZone)".

Synopsis

DateConvertGmtToLocal(char * fmt,const char * ts); 
Parameter Description
fmt pointer to the buffer that holds the converted value
ts GMT date string

On Successful Return

*fmt — pointer to the buffer that holds the converted value