Construct local date and time for log file
char *Ns_LogTime( char *dateTimeBuf );
The Ns_LogTime function constructs the local date and time for use in the log file. Upon completion, dateTimeBuf
will contain the formatted string. Ns_LogTime is used by Ns_Log to create log file entries.