mirror of
https://github.com/boostorg/date_time.git
synced 2026-01-28 19:12:17 +00:00
200 lines
7.0 KiB
HTML
200 lines
7.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
|
<title>Date-Time References</title>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<a href="../../../index.htm">
|
|
<img align="left" src="../../../c++boost.gif" alt="C++ Boost">
|
|
</a>
|
|
|
|
<h1>Date-Time References</h1>
|
|
<p> <p>
|
|
<hr>
|
|
<a href="index.html">Overall Index</a> --
|
|
<a href="gregorian.html">Gregorian Index</a> --
|
|
<a href="posix_time.html">Posix Time Index</a>
|
|
<p>
|
|
<p>
|
|
The following are a number of references and sources of information about the
|
|
date-time domain.
|
|
<P>
|
|
<UL>
|
|
<LI><a href="#dateref">Date References</a></LI>
|
|
<LI><a href="#timeref">Time References</a></LI>
|
|
<LI><a href="#othercpp">Other C/C++ Libraries</a></LI>
|
|
<LI><a href="#java">JAVA Date-Time Libraries</a></LI>
|
|
<LI><a href="#scripting">Scripting Language Libraries</a></LI>
|
|
<LI><a href="#commercial">Related Commercial and Fanciful Pages</a></LI>
|
|
<LI><a href="#resolution">Resolution, Precision, and Accuracy</a></LI>
|
|
</UL>
|
|
<HR>
|
|
<H3><a name="dateref">Date Calendar References</a></H3>
|
|
<P>
|
|
<UL>
|
|
<LI>ISO 8601 date time standard -- <A
|
|
href="http://www.cl.cam.ac.uk/~mgk25/iso-time.html">Summary by Markus Kuhn</A>
|
|
|
|
<LI><A
|
|
href="http://emr.cs.iit.edu/home/reingold/calendar-book/second-edition/">Calendrical
|
|
Calculations</A> book by Reingold & Dershowitz
|
|
<LI><A
|
|
href="http://www.tondering.dk/claus/calendar.html">Calendar FAQ by Claus Tøndering </A>
|
|
<LI>Calendar zone <A
|
|
href="http://www.calendarzone.com/">http://www.calendarzone.com/</A>
|
|
<LI><A href="http://www.w3.org/TR/xmlschema-2/#dateTime">XML schema for date
|
|
time</A>
|
|
<LI>Will Linden's <A href="http://www.ecben.net/calendar.shtml">Calendar
|
|
Links</A>
|
|
<LI><A href="http://www21.brinkster.com/lonwolve/melt/index.htm">XMAS calendar
|
|
melt</A> </LI></UL>
|
|
<HR>
|
|
|
|
<H3><a name="timeref">Time</a></H3>
|
|
<UL>
|
|
<LI>Martin Folwer on time patterns
|
|
<UL>
|
|
<LI><A
|
|
href="http://www.aw.com/cseng/titles/0-201-89542-0/apsupp/events2-1.html">Recurring
|
|
Events for Calendars</A>
|
|
<LI>Patterns for things that <A
|
|
href="http://martinfowler.com/ap2/timeNarrative.html">Change with time</A>
|
|
</LI></UL></LI></UL>
|
|
<P>
|
|
<UL>
|
|
<LI>US National Institute of Standards and Technology <A
|
|
href="http://nist.time.gov/exhibits.html">Time Exhibits</A>
|
|
<LI>Network Time Protocol at <A href="http://www.ntp.org/">NTP.org</A>
|
|
<LI>US Navy <A href="http://tycho.usno.navy.mil/systime.html">Systems of
|
|
Time</A>
|
|
<LI><A
|
|
href="http://www.bipm.fr/enus/5_Scientific/c_time/time_1.html">International
|
|
Atomic Time</A>
|
|
<LI><A
|
|
href="http://beta.zyprexia.com/docs/pgsql/user/datatype1130.htm">Date-Time
|
|
type PostgreSQL</A> User Guide </LI></UL>
|
|
<P>
|
|
<HR>
|
|
|
|
<H3><a name="othercpp">Other C/C++ Libraries</a></H3>
|
|
<UL>
|
|
<LI><A href="http://www.cplusplus.com/ref/ctime/index.html">ctime C
|
|
</A>Standard library reference at cplusplus.com
|
|
<LI><A href="http://www.cl.cam.ac.uk/~mgk25/c-time/">XTime C extension</A>
|
|
proposal
|
|
<LI><A
|
|
href="http://david.tribble.com/text/c0xcalendar.html#author-info">Another C
|
|
library extension proposal</A> by David Tribble
|
|
<LI><A href="http://cr.yp.to/libtai.html">libTAI</A> is a C based time library
|
|
|
|
<LI><A href="http://www.twinsun.com/tz/tz-link.htm">Time Zone Database</A> C
|
|
library for managing timezones/places
|
|
<LI>International Components for Unicode by IBM (open source)
|
|
<UL>
|
|
<LI><A
|
|
href="http://oss.software.ibm.com/icu/userguide/dateCalendar.html">Calendar
|
|
Class</A>
|
|
<LI><A href="http://oss.software.ibm.com/icu/userguide/dateTime.html">Date
|
|
Time Services</A>
|
|
<LI><A
|
|
href="http://oss.software.ibm.com/icu/userguide/dateTimezone.html">Time Zone
|
|
Class</A>
|
|
<LI><A
|
|
href="http://oss.software.ibm.com/icu/userguide/formatDateTime.html">Date-Time
|
|
Formatting</A>
|
|
</UL>
|
|
<LI><A
|
|
href="http://ringside.arc.nasa.gov/www/toolkits/julian_13/aareadme.html">Julian
|
|
Library in C by Mark Showalter -- NASA</A> </LI></UL>
|
|
<P>
|
|
<P>
|
|
<HR>
|
|
|
|
<H3><a name="java">JAVA Date & Time Library Quick Reference</a></H3>
|
|
<P>
|
|
<UL>
|
|
<LI><A
|
|
href="http://java.sun.com/products/jdk/1.1/docs/api/java.util.Calendar.html#_top_">Calendar
|
|
class </A>
|
|
<LI><A
|
|
href="http://java.sun.com/products/jdk/1.1/docs/api/java.util.GregorianCalendar.html#_top_">Gregorian
|
|
calendar</A>
|
|
<LI><A
|
|
href="http://java.sun.com/products/jdk/1.1/docs/api/java.util.Date.html">Date
|
|
class</A>
|
|
<LI><A
|
|
href="http://java.sun.com/products/jdk/1.1/docs/api/java.sql.Time.html#_top_">sql.time
|
|
class</A>
|
|
<LI><A
|
|
href="http://java.sun.com/products/jdk/1.1/docs/api/java.text.DateFormatSymbols.html#_top_">Date
|
|
format symbols</A>
|
|
<LI><A
|
|
href="http://java.sun.com/products/jdk/1.1/docs/api/java.text.DateFormat.html#_top_">Date
|
|
format</A>
|
|
<LI><A
|
|
href="http://java.sun.com/products/jdk/1.1/docs/api/java.text.SimpleDateFormat.html#_top_">Simple
|
|
Date Format</A>
|
|
<LI><A
|
|
href="http://java.sun.com/products/jdk/1.1/docs/api/java.util.SimpleTimeZone.html#_top_">Simple
|
|
Time Zone</A> </LI></UL>
|
|
<HR>
|
|
|
|
<H3><a name="scripting">Scripting Language Libraries</a></H3>
|
|
<UL>
|
|
<LI>A python date library <A
|
|
href="http://www.lemburg.com/files/python/mxDateTime.html">MX Date Time</A>
|
|
<LI>Perl date-time
|
|
<UL>
|
|
<LI><A
|
|
href="http://search.cpan.org/Catalog/Data_and_Data_Type/Date/">Date-Time
|
|
packages at CPAN</A>
|
|
<LI><A
|
|
href="http://search.cpan.org/doc/TWEGNER/Date-Calc-4.3-bin56Mac/Calc.pm">Date::Calc</A>
|
|
at CPAN
|
|
<LI><A
|
|
href="http://search.cpan.org/doc/MORTY/DateConvert-0.16/Convert.pm">Date::Convert</A>
|
|
calendar conversions at CPAN </LI></UL>
|
|
<LI>A PHP library <A
|
|
href="http://vlib.activefish.com/docs/vlibDate.html">Vlib Date Library</A>
|
|
</UL>
|
|
|
|
<HR>
|
|
|
|
<H3><a name="commercial">Related Commercial and Fanciful Pages</a></H3>
|
|
<UL>
|
|
<LI><A href="http://www.leapsecond.com/java/gpsclock.htm">Leapsecond.com
|
|
time</A> page
|
|
<LI><A href="http://www.worldtimeserver.com/">World Time Server / TZ
|
|
database</A>
|
|
<LI><A href="http://www.longnow.org/10kclock/clock.htm">10000 year clock</A>
|
|
at Long Now Foundation
|
|
<LI><A href="http://www.timezonesforpcs.com/">Timezones for PCs</A> </LI></UL>
|
|
<HR>
|
|
|
|
<H3><a name="resolution">Resolution, Precision, and Accuracy</a></H3>
|
|
<UL>
|
|
<LI>Definitions with pictures from <A
|
|
href="http://metrologyforum.tm.agilent.com/specs.shtml">Agilent
|
|
Technologies</A>
|
|
<LI>Another set of pictures from <A
|
|
href="http://www.teamlabs.com/catalog/performance.asp">Team Labs</A>
|
|
<LI>Definitions from <A
|
|
href="http://www.solent.ac.uk/hydrography/notes/errorthe/accuracy.htm">Southampton
|
|
Institute</A>
|
|
<LI>Definitions from <A
|
|
href="http://www.newport.com/Support/Tutorials/OptoMech/om4a.asp">Newport
|
|
Corporation</A> in the context of instrumentation </LI></UL>
|
|
|
|
|
|
<hr>
|
|
<address><small>
|
|
<!-- hhmts start -->
|
|
Last modified: Thu Sep 25 04:16:26 MST 2003
|
|
<!-- hhmts end -->
|
|
by <a href="mailto:jeff@crystalclearsoftware.com">Jeff Garland</a> © 2000-2002
|
|
</small></address>
|
|
</body>
|
|
</html>
|
|
|