IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7861


Ignore:
Timestamp:
Jul 10, 2006, 5:23:10 PM (20 years ago)
Author:
jhoblitt
Message:

add psTimeStrftime()

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/ChangeLogSDRS.tex

    r7704 r7861  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.206 2006-06-27 04:31:20 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.207 2006-07-11 03:23:10 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    910910\item add \code{psTimeToTM()} \& \code{psTimeFromTM()}
    911911\item add \code{psTimeStrptime()}
    912 \end{itemize}
     912\item add \code{psTimeStrftime()}
     913\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r7854 r7861  
    1 %%% $Id: psLibSDRS.tex,v 1.417 2006-07-10 20:27:50 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.418 2006-07-11 03:23:10 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    66866686struct timeval *psTimeToTimeval(const psTime *time);
    66876687struct tm *psTimeToTM(const psTime *time);
     6688psString *psTimeStrftime(const psTime *time, const char *format);
    66886689\end{prototype}
    66896690
     
    66916692with the \code{leapsecond} flag set to represent the number of seconds
    66926693as ``:60''.
     6694
     6695The \code{psTimeStrftime()} function converts psTime objects into a string
     6696who's formatted is defined by \code{format}.  Where \code{format} is a
     6697\code{strftime(3)} compatable formating string.
    66936698
    66946699\subsubsection{Date and Time Parsing}
Note: See TracChangeset for help on using the changeset viewer.