Fix output unit for Time::operator<<
[libi2ncommon] / src / timefunc.hxx
2019-03-27 Thomas JaroschFix output unit for Time::operator<<
2019-03-27 Thomas JaroschFix compile warning
2019-03-27 Philipp Gesangadd more struct timespec/Time formatters
2019-03-27 Philipp Gesangtake precautions for 32bit time_t/long
2019-03-27 Philipp Gesangimplement division by scalar for Time and container ops
2019-03-27 Philipp Gesangallow creating Time objects from formatted timestamps
2019-03-27 Philipp Gesangextend Time class with string formatters
2019-03-27 Philipp Gesangadd ISO-8601 formatters to timefunc
2019-03-27 Philipp Gesangimplement basic operations over class Time
2019-03-27 Philipp Gesangimplement a basic time/clock datastructure
2017-03-22 Christian HerdtweckAdded function format_date which is format_full_time...
2012-02-10 Gerd von Egidyone more time_t fix, the other functions look good
2012-02-10 Gerd von Egidymake format_full_time work on 64 bit systems too: need...
2011-05-11 Thomas JaroschSwitch license from Intranator license to GPLv2 + linki...
2009-04-16 Gerd von Egidymake sure that no invalid time values are written to...
2009-01-28 Thomas JaroschMoved WEEK class to own file. Renamed to Week and adapt...
2009-01-28 Gerd v. Egidyscheduling class can do intervals now, some fixes
2009-01-28 Gerd v. Egidyadd class for weekly scheduling, intervals still missing
2008-08-28 Gerd v. Egidylibi2ncommon: (gerd) add monotonic_clock_gettime_nano()
2008-07-08 Thomas Jarosch[MERGE] libi2ncommon: (gerd) add WEEK::set(daystring)
2008-07-08 Thomas Jarosch[MERGE] libi2ncommon: (reinhard) added support for...
2008-07-08 Thomas Jarosch[MERGE] libi2ncommon: (reinhard) added contains_exact...
2008-07-08 Thomas Jarosch[MERGE] libi2ncommon: (reinhard) added operator!= to...
2008-07-08 Thomas Jarosch[MERGE] libi2ncommon: (reinhard) added getter to WEEK...
2008-07-08 Thomas Jarosch[MERGE] libi2ncommon: (reinhard) added changed flag...
2008-07-08 Thomas Jarosch[MERGE] libi2ncommon: (reinhard) added some (bit) opera...
2008-07-08 Thomas Jarosch[MERGE] libi2ncommon: (reinhard) added clear() method...
2008-07-08 Thomas Jarosch[MERGE] libi2ncommon: (reinhard) added interval arithme...
2006-06-29 Thomas Jaroschui, libi2ncommon, intranator-language: (tomj) fancy...
2004-09-03 Gerd v. Egidylibi2ncommon: (gerd) improve WEEK interface
2004-09-03 Gerd v. Egidylibi2ncommon: (gerd) improve time output function
2004-08-31 Gerd v. Egidylibi2ncommon: (gerd) add time output functions
2004-08-31 Gerd v. Egidylibi2ncommon: (gerd) add seconds_to_hour_minute functio...
2004-08-31 Gerd v. Egidylibi2ncommon: (gerd) add empty WEEK constructor
2004-08-31 Gerd v. Egidylibi2ncommon: (gerd) add WEEK class to handle weekday...
2004-08-24 Gerd v. Egidylibi2ncommon: (gerd) initial submission, not in use yet