Current and future inspirations for functionality.

Comprehensive date time APIs:
 * http://joda-time.sourceforge.net
 * http://tinyurl.com/jsr310
 * http://tinyurl.com/boost-dt

Elegant user interfaces for manipulating dates
 * http://github.com/olliesaunders/suprdate/tree/master
 * http://runt.rubyforge.org/

Intelligent date time parsers
 * http://www.datejs.com/
 * http://chronic.rubyforge.org/

Date time standards
 * http://en.wikipedia.org/wiki/ISO_8601
 * http://tools.ietf.org/html/rfc3339
  # Year = 4 Digits
  # Month = 2 Digits
  # mday = 2 Digits
  # hour = 2 Digits
  # minute = 2 Digits
  # second = 2 Digits
  # offset that shows difference from UTC
  
  # Ordered from least precise to most
  # 2003-08-06 04:28-02:00
  # 2003-08-06T04:28Z