Changeset 8098 for trunk/psLib/src/sys/psLogMsg.c
- Timestamp:
- Aug 2, 2006, 5:26:28 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLogMsg.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLogMsg.c
r7594 r8098 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.5 8$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-0 6-17 02:09:54$13 * @version $Revision: 1.59 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-08-03 03:26:28 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 301 301 // Create the various log fields... 302 302 if (logTime) { 303 maxLength -= snprintf(head_ptr, maxLength, "%4d :%02d:%02d %02d:%02d:%02dZ",303 maxLength -= snprintf(head_ptr, maxLength, "%4d-%02d-%02d %02d:%02d:%02dZ", 304 304 utc->tm_year + 1900, utc->tm_mon + 1, utc->tm_mday, 305 305 utc->tm_hour, utc->tm_min, utc->tm_sec) - 1;
Note:
See TracChangeset
for help on using the changeset viewer.
