Age | Commit message (Expand) | Author |
---|---|---|
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 |