IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5582


Ignore:
Timestamp:
Nov 23, 2005, 9:06:06 AM (21 years ago)
Author:
Paul Price
Message:

Removed commas in ISO time spec.

File:
1 edited

Legend:

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

    r5574 r5582  
    1 %%% $Id: psLibSDRS.tex,v 1.358 2005-11-22 20:33:00 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.359 2005-11-23 19:06:06 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    29522952shall have all leading and trailing whitespace removed; booleans shall simply
    29532953be either \code{T} or \code{F}.  Time type values will be in the ISO8601
    2954 compatible format of "YYYY-MM-DDTHH:MM:SS,sZ".  When parsed, time types shall
     2954compatible format of "YYYY-MM-DDTHH:MM:SS.sZ".  When parsed, time types shall
    29552955be represented as a \code{psTime} object.
    29562956
     
    61426142external formats.  The ISO8601 format\footnote{ISO8601:2000(E) -
    61436143http://www.pvv.ntnu.no/~nsaa/8601v2000.pdf} we will be using is
    6144 "YYYY-MM-DDThh:mm:ss,sZ".  \emph{Note that the ISO8601 format is only valid for
     6144"YYYY-MM-DDThh:mm:ss.sZ".  \emph{Note that the ISO8601 format is only valid for
    61456145the years $0000 .. 9999$.  Values out side that range should cause a
    61466146\code{NULL} pointer to be returned.}
Note: See TracChangeset for help on using the changeset viewer.