]> git.tdb.fi Git - libs/core.git/history - source/time/datetime.cpp
Add microsecond precision to RFC 3339 dates
[libs/core.git] / source / time / datetime.cpp
2016-10-28 Mikko RasaAdd microsecond precision to RFC 3339 dates
2016-07-27 Mikko RasaMerge agouti:prog/core
2016-07-24 Mikko RasaAdd conversion from RFC3339 string to DateTime
2013-04-24 Mikko RasaClean up after the timedelta.h/units.h merge
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-06-10 Mikko RasaMerge branch 'io-master'
2011-06-09 Mikko RasaStyle and comment updates
2011-06-01 Mikko RasaDrop copyright and license notices from source files
2011-05-30 Mikko RasaFlip the sign of TimeZone offset so it makes more sense
2011-05-30 Mikko RasaFix a bug with leap year handling in DateTime::add_days
2011-05-30 Mikko RasaUse format instead of stringstream in DateTime
2011-05-28 Mikko RasaChange exception classes and messages in DateTime
2011-05-28 Mikko RasaPut DateTime::init functions to the correct place in...
2011-05-25 Mikko RasaMerge branch 'strings-master'
2011-05-24 Mikko RasaStyle updates
2009-12-21 Mikko RasaAdd LogicError exception class
2008-12-24 Mikko RasaMake sure all files have the correct header
2008-12-15 Mikko RasaAdd support for time zones
2008-11-13 Mikko RasaMSVC compatibility fixes
2008-08-31 Mikko RasaAdd validation for DateTime constructor parameters
2007-10-04 Mikko RasaRename error.* to except.*
2007-05-25 Mikko RasaAssimilate exceptions and RefPtr from mspmisc
2007-03-26 Mikko RasaAdded DateTime