summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/DateTime.cpp
AgeCommit message (Expand)Author
2020-10-17LibCore: Use new format functions in some places.asynts
2020-08-30LibCore: Let DateTime::create()/set_time() take summer time into accountNico Weber
2020-08-26AK+LibC+LibCore: Have fewer implementations of day_of_weekNico Weber
2020-08-26AK+LibC+LibCore: Add a days_in_year functionNico Weber
2020-08-26AK+LibC+LibCore: Have fewer implementations of days_in_monthNico Weber
2020-08-26LibCore: Use is_leap_year more in DateTimeNico Weber
2020-08-26AK+LibCore+Kernel: Have fewer implementations of day_of_yearNico Weber
2020-08-26AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_yearNico Weber
2020-08-24LibCore: Make DateTime::create() and set_time() handle out-of-range valuesNico Weber
2020-08-24LibCore: Less code duplication in DateTimeNico Weber
2020-08-22LibCore: Fix spelling for month of "August"thankyouverycool
2020-08-21LibCore: Make DateTime::create() not fill in tm_wday and tm_yday for calling ...Nico Weber
2020-05-07LibCore: Add a primitive comparison function to DateTimeAnotherTest
2020-03-23LibCore: Tweak DateTime.cpp so it compiles on Linux + drive-by bug fixAndreas Kling
2020-03-18LibCore: Moved cal.cpp functions to DateTimerhin123
2020-03-08LibCore: Add format option for DateTime::to_string() (#1358)howar6hill
2020-02-26DateTime: Fix a typohowar6hill
2020-02-15LibCore: Move LogStream::operator<< overloads into cpp filesAndreas Kling
2020-02-11LibCore: Add DateTime::from_timestamp(time_t)Andreas Kling
2020-02-11LibCore: Add a basic Core::DateTime classAndreas Kling