Changeset 7861
- Timestamp:
- Jul 10, 2006, 5:23:10 PM (20 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r7704 r7861 1 %%% $Id: ChangeLogSDRS.tex,v 1.20 6 2006-06-27 04:31:20 jhoblitt Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.207 2006-07-11 03:23:10 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 910 910 \item add \code{psTimeToTM()} \& \code{psTimeFromTM()} 911 911 \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.41 7 2006-07-10 20:27:50 priceExp $1 %%% $Id: psLibSDRS.tex,v 1.418 2006-07-11 03:23:10 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 6686 6686 struct timeval *psTimeToTimeval(const psTime *time); 6687 6687 struct tm *psTimeToTM(const psTime *time); 6688 psString *psTimeStrftime(const psTime *time, const char *format); 6688 6689 \end{prototype} 6689 6690 … … 6691 6692 with the \code{leapsecond} flag set to represent the number of seconds 6692 6693 as ``:60''. 6694 6695 The \code{psTimeStrftime()} function converts psTime objects into a string 6696 who's formatted is defined by \code{format}. Where \code{format} is a 6697 \code{strftime(3)} compatable formating string. 6693 6698 6694 6699 \subsubsection{Date and Time Parsing}
Note:
See TracChangeset
for help on using the changeset viewer.
