index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibCore
/
DateTime.cpp
Age
Commit message (
Expand
)
Author
2020-10-17
LibCore: Use new format functions in some places.
asynts
2020-08-30
LibCore: Let DateTime::create()/set_time() take summer time into account
Nico Weber
2020-08-26
AK+LibC+LibCore: Have fewer implementations of day_of_week
Nico Weber
2020-08-26
AK+LibC+LibCore: Add a days_in_year function
Nico Weber
2020-08-26
AK+LibC+LibCore: Have fewer implementations of days_in_month
Nico Weber
2020-08-26
LibCore: Use is_leap_year more in DateTime
Nico Weber
2020-08-26
AK+LibCore+Kernel: Have fewer implementations of day_of_year
Nico Weber
2020-08-26
AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_year
Nico Weber
2020-08-24
LibCore: Make DateTime::create() and set_time() handle out-of-range values
Nico Weber
2020-08-24
LibCore: Less code duplication in DateTime
Nico Weber
2020-08-22
LibCore: Fix spelling for month of "August"
thankyouverycool
2020-08-21
LibCore: Make DateTime::create() not fill in tm_wday and tm_yday for calling ...
Nico Weber
2020-05-07
LibCore: Add a primitive comparison function to DateTime
AnotherTest
2020-03-23
LibCore: Tweak DateTime.cpp so it compiles on Linux + drive-by bug fix
Andreas Kling
2020-03-18
LibCore: Moved cal.cpp functions to DateTime
rhin123
2020-03-08
LibCore: Add format option for DateTime::to_string() (#1358)
howar6hill
2020-02-26
DateTime: Fix a typo
howar6hill
2020-02-15
LibCore: Move LogStream::operator<< overloads into cpp files
Andreas Kling
2020-02-11
LibCore: Add DateTime::from_timestamp(time_t)
Andreas Kling
2020-02-11
LibCore: Add a basic Core::DateTime class
Andreas Kling