IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8098


Ignore:
Timestamp:
Aug 2, 2006, 5:26:28 PM (20 years ago)
Author:
Paul Price
Message:

Fixing date format.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psLogMsg.c

    r7594 r8098  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-06-17 02:09:54 $
     13 *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2006-08-03 03:26:28 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    301301    // Create the various log fields...
    302302    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",
    304304                              utc->tm_year + 1900, utc->tm_mon + 1, utc->tm_mday,
    305305                              utc->tm_hour, utc->tm_min, utc->tm_sec) - 1;
Note: See TracChangeset for help on using the changeset viewer.