<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Use_cases</title><link>https://sourceforge.net/p/threeten/oldwiki/Use_cases/</link><description>Recent changes to Use_cases</description><atom:link href="https://sourceforge.net/p/threeten/oldwiki/Use_cases/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 22 May 2014 22:08:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/threeten/oldwiki/Use_cases/feed" rel="self" type="application/rss+xml"/><item><title>Use_cases modified by Stephen Colebourne</title><link>https://sourceforge.net/p/threeten/oldwiki/Use_cases/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -82,7 +82,7 @@
     * Must be able to create from hour, minute, second 
     * May be able to create from other field combinations 
   * Must be able to call methods to access the time fields (hour, minute, second) 
-  * Must support additional date fields (meridianAmPm, hour of ampm, nanosecond? ...) 
+  * Must support additional fields (meridianAmPm, hour of ampm, nanosecond? ...) 
   * Must not provide access to date fields (preferably by not having methods to call, but if they do exist they must throw an exception) 
   * Must support precision to the hour, minute, second level (and nanosecond?) 
   * Must be able to be compared to another instance - earlier/later/equals 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Colebourne</dc:creator><pubDate>Thu, 22 May 2014 22:08:07 -0000</pubDate><guid>https://sourceforge.net4f303cfe9b6717da85d70fa57d90ac991d602809</guid></item><item><title>Use_cases modified by Stephen Colebourne</title><link>https://sourceforge.net/p/threeten/oldwiki/Use_cases/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -27,8 +27,7 @@
     * Must be able to create from year, month, day, hour, minute, second 
     * May be able to create from other field combinations 
   * Must be able to call methods to access the date fields (year, month, day of month, hour, minute, second) 
-  * Must support additional date fields (day of year, day of week, week of weekyear, weekyear, era, ampm, hour of ampm, second of day ...) 
-  * Must not provide access to time fields (preferably by not having methods to call, but if they do exist they must throw an exception) 
+  * Must support additional date/time fields (day of year, day of week, week of weekyear, weekyear, era, ampm, hour of ampm, second of day ...) 
   * Must support precision to the hour, minute, second level (and nanosecond?) 
   * Must be able to be compared to another instance - earlier/later/equals 
   * Must link the datetime to a time zone, or to no time zone (local) 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Colebourne</dc:creator><pubDate>Thu, 22 May 2014 22:08:07 -0000</pubDate><guid>https://sourceforge.netf143a388f4812e898b4a484b4aee8d529f923554</guid></item><item><title>Use_cases modified by Stephen Colebourne</title><link>https://sourceforge.net/p/threeten/oldwiki/Use_cases/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -156,7 +156,7 @@
   * Must support ISO8601 date format 
   * Must support RFC date formats 
   * Must support multi-lingual text for day of week, month, era, ... 
-  * Handle negative suffixes - [[http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4823811...](http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4823811)[bug 4823811]] 
+  * Handle negative suffixes - [bug 4823811](http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4823811)

 ## Parsing

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Colebourne</dc:creator><pubDate>Thu, 22 May 2014 22:08:07 -0000</pubDate><guid>https://sourceforge.net6b15796a4e0065d4de18e4612e176596aae08110</guid></item><item><title>Use_cases modified by Stephen Colebourne</title><link>https://sourceforge.net/p/threeten/oldwiki/Use_cases/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;These are the requirements / use cases that the JSR should seek to achieve: &lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#precision"&gt;Precision&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#instant"&gt;Instant&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#date-and-time"&gt;Date and time&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#date-without-time"&gt;Date without time&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#year-and-month"&gt;Year and Month&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#year"&gt;Year&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#time-without-date"&gt;Time without date&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#current-date-and-time"&gt;Current date and time&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#time-zones"&gt;Time zones&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#calendar-systems"&gt;Calendar systems&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#date-and-time-intervals"&gt;Date and time intervals&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#time-intervals"&gt;Time intervals&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#formatting"&gt;Formatting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#parsing"&gt;Parsing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#general-ideas"&gt;General ideas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#other-information"&gt;Other information&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="precision"&gt;Precision&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Must support nanosecond precision &lt;/li&gt;
&lt;li&gt;Must support at least plus/minus the age of the universe (13.7 billion years) &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="instant"&gt;Instant&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Typical use cases: time-stamp for logging, '36763681916 nanoseconds after 1970-01-01T00:00' &lt;/li&gt;
&lt;li&gt;Create an object to represent an Instant &lt;ul&gt;
&lt;li&gt;Must be able to create from millisecond timestamp &lt;/li&gt;
&lt;li&gt;Must be able to create from nanosecond timestamp &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Must not provide access to the date and time fields &lt;/li&gt;
&lt;li&gt;Must be able to be compared to another instance - earlier/later/equals &lt;/li&gt;
&lt;li&gt;Must be able to be converted to a date and time with time zone instance &lt;/li&gt;
&lt;li&gt;Must be independent of all calendar systems &lt;/li&gt;
&lt;li&gt;Must serialize using the internal timestamp relative to the epoch &lt;/li&gt;
&lt;li&gt;Performance focussed around conversion to year/month/day/hour/minute/second &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="date-and-time"&gt;Date and time&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Typical use cases: date and time train departs, '12th September 2007, 09:15' &lt;/li&gt;
&lt;li&gt;Create an object to represent a Date and Time &lt;ul&gt;
&lt;li&gt;Must be able to create from year, month, day, hour, minute, second &lt;/li&gt;
&lt;li&gt;May be able to create from other field combinations &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Must be able to call methods to access the date fields (year, month, day of month, hour, minute, second) &lt;/li&gt;
&lt;li&gt;Must support additional date fields (day of year, day of week, week of weekyear, weekyear, era, ampm, hour of ampm, second of day ...) &lt;/li&gt;
&lt;li&gt;Must not provide access to time fields (preferably by not having methods to call, but if they do exist they must throw an exception) &lt;/li&gt;
&lt;li&gt;Must support precision to the hour, minute, second level (and nanosecond?) &lt;/li&gt;
&lt;li&gt;Must be able to be compared to another instance - earlier/later/equals &lt;/li&gt;
&lt;li&gt;Must link the datetime to a time zone, or to no time zone (local) &lt;/li&gt;
&lt;li&gt;Must be able to be converted to an instant if a time zone is present &lt;/li&gt;
&lt;li&gt;Must be specific to the ISO (proleptic Gregorian) calendar system &lt;/li&gt;
&lt;li&gt;Must serialize using the field values &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="date-without-time"&gt;Date without time&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Typical use cases: Birth date, transaction date, '12th September 2007' &lt;/li&gt;
&lt;li&gt;Create an object to represent a Date without a Time &lt;ul&gt;
&lt;li&gt;Must be able to create from year, month, day &lt;/li&gt;
&lt;li&gt;May be able to create from other field combinations &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Must be able to call methods to access the date fields (year, month, day of month) &lt;/li&gt;
&lt;li&gt;Must support additional date fields (day of year, day of week, week of weekyear, weekyear, era, ...) &lt;/li&gt;
&lt;li&gt;Must not provide access to time fields (preferably by not having methods to call, but if they do exist they must throw an exception) &lt;/li&gt;
&lt;li&gt;Must be able to be compared to another instance - earlier/later/equals &lt;/li&gt;
&lt;li&gt;Must link the date to a time zone, or to no time zone (local) &lt;/li&gt;
&lt;li&gt;Must be specific to the ISO (proleptic Gregorian) calendar system &lt;/li&gt;
&lt;li&gt;Must serialize using the field values &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="year-and-month"&gt;Year and Month&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Typical use cases: Monthly newsletter 'Spetember 2007' &lt;/li&gt;
&lt;li&gt;Create an object to represent a month in a specific year &lt;ul&gt;
&lt;li&gt;Must be able to create from year, month &lt;/li&gt;
&lt;li&gt;May be able to create from other field combinations &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Must be able to call methods to access the fields (year, month) &lt;/li&gt;
&lt;li&gt;Must support additional fields (quarter, month of quarter, era, ...) &lt;/li&gt;
&lt;li&gt;Must not provide access to time fields or those requiring a day (preferably by not having methods to call, but if they do exist they must throw an exception) &lt;/li&gt;
&lt;li&gt;Must be able to be compared to another instance - earlier/later/equals &lt;/li&gt;
&lt;li&gt;Must be specific to the ISO (proleptic Gregorian) calendar system &lt;/li&gt;
&lt;li&gt;Must serialize using the field values &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="year"&gt;Year&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Typical use cases: Yearbook, '2007' &lt;/li&gt;
&lt;li&gt;Create an object to represent a year &lt;ul&gt;
&lt;li&gt;Must be able to create from year &lt;/li&gt;
&lt;li&gt;May be able to create from other field combinations &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Must be able to call methods to access the fields (year) &lt;/li&gt;
&lt;li&gt;Must support additional fields (year of era, decade, century, era, ...) &lt;/li&gt;
&lt;li&gt;Must not provide access to time fields or those requiring a day or month (preferably by not having methods to call, but if they do exist they must throw an exception) &lt;/li&gt;
&lt;li&gt;Must be able to be compared to another instance - earlier/later/equals &lt;/li&gt;
&lt;li&gt;Must be specific to the ISO (proleptic Gregorian) calendar system &lt;/li&gt;
&lt;li&gt;Must serialize using the field values &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="time-without-date"&gt;Time without date&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Typical use cases: office hours, '09:15' &lt;/li&gt;
&lt;li&gt;Create an object to represent a Time without a Date &lt;ul&gt;
&lt;li&gt;Must be able to create from hour, minute, second &lt;/li&gt;
&lt;li&gt;May be able to create from other field combinations &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Must be able to call methods to access the time fields (hour, minute, second) &lt;/li&gt;
&lt;li&gt;Must support additional date fields (meridianAmPm, hour of ampm, nanosecond? ...) &lt;/li&gt;
&lt;li&gt;Must not provide access to date fields (preferably by not having methods to call, but if they do exist they must throw an exception) &lt;/li&gt;
&lt;li&gt;Must support precision to the hour, minute, second level (and nanosecond?) &lt;/li&gt;
&lt;li&gt;Must be able to be compared to another instance - earlier/later/equals &lt;/li&gt;
&lt;li&gt;Must link the time to a time zone, or to no time zone (local) &lt;/li&gt;
&lt;li&gt;Must be specific to the ISO (proleptic Gregorian) calendar system &lt;/li&gt;
&lt;li&gt;Must serialize using the field values &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="current-date-and-time"&gt;Current date and time&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Typical use cases: logging the current instant, checking that a library book is not overdue &lt;/li&gt;
&lt;li&gt;Must be able to control the current time for testing &lt;ul&gt;
&lt;li&gt;Must support real time &lt;/li&gt;
&lt;li&gt;Must allow real time plus offset to be supported &lt;/li&gt;
&lt;li&gt;Must allow fixed time to be supported &lt;/li&gt;
&lt;li&gt;Must allow real time progressing at a slower rate to be supported &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Must be able to get the current instant &lt;/li&gt;
&lt;li&gt;Must be able to get the current datetime, which requires a timezone &lt;/li&gt;
&lt;li&gt;Must be able to get the current date - today, which requires a timezone &lt;/li&gt;
&lt;li&gt;Must be able to get the next date - tomorrow, which requires a timezone &lt;/li&gt;
&lt;li&gt;Must be able to get the previous date - yesterday, which requires a timezone &lt;/li&gt;
&lt;li&gt;Must be able to get the current year-month, which requires a timezone &lt;/li&gt;
&lt;li&gt;Must be able to get the current year, which requires a timezone &lt;/li&gt;
&lt;li&gt;Must be able to get the current time, which requires a timezone &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="time-zones"&gt;Time zones&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Typical use cases: recording the time in Paris vs the time in New York &lt;/li&gt;
&lt;li&gt;Must be able to obtain an instance representing a time zone &lt;/li&gt;
&lt;li&gt;Must be able to query the standard offset at any given instant &lt;/li&gt;
&lt;li&gt;Must be able to query the actual offset (including DST) at any given instant &lt;/li&gt;
&lt;li&gt;Must be able to determine if DST applies for any given instant &lt;/li&gt;
&lt;li&gt;Must be able to convert dates and times between time zones &lt;ul&gt;
&lt;li&gt;Must support same instant conversion &lt;/li&gt;
&lt;li&gt;Must support same local time conversion &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="calendar-systems"&gt;Calendar systems&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Must support the ISO (proleptic Gregorian) calendar system &lt;/li&gt;
&lt;li&gt;Must be able to support other calendar systems, but not necessarily to the same degree &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="date-and-time-intervals"&gt;Date and time intervals&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Typical use cases: Interval that a flight is in the air. &lt;/li&gt;
&lt;li&gt;Must be able to obtain an instance representing an interval &lt;/li&gt;
&lt;li&gt;Must be able to construct from a start and end datetime, where the precision of the datetimes is the same &lt;/li&gt;
&lt;li&gt;Must be able to construct from a datetime and a duration before or after, where the precision of the duration matches that of the datetime &lt;/li&gt;
&lt;li&gt;Must be able to convert to a duration &lt;/li&gt;
&lt;li&gt;Must be able to compare to another interval to see if it is before, abuts-before, overlaps, contains, is contained, abuts-after, after, equals &lt;/li&gt;
&lt;li&gt;Must be able to compare to a datetime to see if the datetime is before, contained or after &lt;/li&gt;
&lt;li&gt;Must not support Comparable &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="time-intervals"&gt;Time intervals&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Typical use cases: Time a shop is open, '09:00 to 17:00' &lt;/li&gt;
&lt;li&gt;Must be able to obtain an instance representing a time interval &lt;/li&gt;
&lt;li&gt;Must be able to construct from a start and end time &lt;/li&gt;
&lt;li&gt;Must be able to construct from a time and a duration before or after &lt;/li&gt;
&lt;li&gt;Must be able to support an interval that goes overnight, such as '22:00 to 08:00' (and any number of days?) &lt;/li&gt;
&lt;li&gt;Must be able to convert to a duration &lt;/li&gt;
&lt;li&gt;Must be able to compare to another time interval to see if it is before, abuts-before, overlaps, contains, is contained, abuts-after, after, equals &lt;/li&gt;
&lt;li&gt;Must be able to compare to a time to see if the datetime is before, contained or after &lt;/li&gt;
&lt;li&gt;Must not support Comparable &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="formatting"&gt;Formatting&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Must be able to format datetimes &lt;/li&gt;
&lt;li&gt;Must be able to format instants &lt;/li&gt;
&lt;li&gt;Must be able to format intervals &lt;/li&gt;
&lt;li&gt;Must be able to format durations &lt;/li&gt;
&lt;li&gt;Must support ISO8601 date format &lt;/li&gt;
&lt;li&gt;Must support RFC date formats &lt;/li&gt;
&lt;li&gt;Must support multi-lingual text for day of week, month, era, ... &lt;/li&gt;
&lt;li&gt;Handle negative suffixes - &lt;span&gt;[&lt;a class="" href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4823811" rel="nofollow"&gt;&lt;/a&gt;&lt;a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4823811..." rel="nofollow"&gt;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4823811...&lt;/a&gt;&lt;span&gt;[bug 4823811]&lt;/span&gt;&lt;/span&gt;] &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="parsing"&gt;Parsing&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Must be able to parse datetimes &lt;/li&gt;
&lt;li&gt;Must be able to parse instants &lt;/li&gt;
&lt;li&gt;Must be able to parse intervals &lt;/li&gt;
&lt;li&gt;Must be able to parse durations &lt;/li&gt;
&lt;li&gt;Must support ISO8601 date format &lt;/li&gt;
&lt;li&gt;Must support RFC date formats &lt;/li&gt;
&lt;li&gt;Must support multi-lingual text for day of week, month, era, ... &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="general-ideas"&gt;General ideas&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Good integration with Date and Calendar. &lt;/li&gt;
&lt;li&gt;Good integration with JDBC. &lt;/li&gt;
&lt;li&gt;Specify unambiguously the deadline for filing a tax return when I'm sitting in HI, logged into an office in NJ, submitting to a server in CA a return which will be processed in CO. (Bruce Hamilton) &lt;/li&gt;
&lt;li&gt;Given an arbitrary date, return the last day of the week or month that the given day is in. (2007-5-13, BarendGarvelink) &lt;/li&gt;
&lt;li&gt;It would be useful to find the dates of weekdays like '3rd Tuesday in May', 'Sunday before 25th Dec' without having to check through every day (lucretius2 - 23 Jul 2007) &lt;/li&gt;
&lt;li&gt;Work easily with Date/Time classes in a JSTL JSP. (2007-5-13, BarendGarvelink) &lt;/li&gt;
&lt;li&gt;Strive for a &amp;lt;a href='http://www.martinfowler.com/bliki/FluentInterface.html'&amp;gt;fluent interface&amp;lt;/a&amp;gt;. &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="other-information"&gt;Other information&lt;/h2&gt;
&lt;p&gt;Other groups and papers on time: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;iCal - &lt;a href="http://google-rfc-2445.googlecode.com/svn/trunk/rfc2445.html" rel="nofollow"&gt;http://google-rfc-2445.googlecode.com/svn/trunk/rfc2445.html&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.w3.org/TR/2005/NOTE-timezone-20051013/" rel="nofollow"&gt;http://www.w3.org/TR/2005/NOTE-timezone-20051013/&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.cgd.ucar.edu/cms/eaton/cf-metadata/CF-1.0.html#cal" rel="nofollow"&gt;http://www.cgd.ucar.edu/cms/eaton/cf-metadata/CF-1.0.html#cal&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Date time projects: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Joda-Time: &lt;a href="http://joda-time.sourceforge.net"&gt;http://joda-time.sourceforge.net&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;Time and Money: &lt;a href="http://timeandmoney.sourceforge.net/"&gt;http://timeandmoney.sourceforge.net/&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;Recurrences: &lt;a href="http://code.google.com/p/google-rfc-2445/" rel="nofollow"&gt;http://code.google.com/p/google-rfc-2445/&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;Geo API: &lt;a href="http://geoapi.sourceforge.net/pending/javadoc/org/opengis/temporal/package-summary.html"&gt;http://geoapi.sourceforge.net/pending/javadoc/org/opengis/temporal/package-summary.html&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="/p/threeten/oldwiki/ThreeTen/"&gt;Home page&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Colebourne</dc:creator><pubDate>Thu, 22 May 2014 22:08:07 -0000</pubDate><guid>https://sourceforge.netc1028b77e26c8ccdd3e70e8006f2ce915be77533</guid></item></channel></rss>