1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 22:30:59 +00:00
serenity/Userland
Linus Groh a757f3f421 LibJS: Fix leap year check in to_iso_week_of_year() for week < 1
When the resulting week is in the previous year, we need to check if the
previous year is a leap year and can potentially have 53 weeks, instead
of the given year.
Also added a comment to briefly explain what's going on, as it took me a
while to figure out.
2021-11-15 21:33:26 +00:00
..
Applets Everywhere: Replace "virtual desktop" => "workspace" 2021-11-13 12:48:43 +01:00
Applications ThemeEditor: Correct GroupBox margins 2021-11-13 17:59:51 +00:00
Demos LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
DevTools Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Minesweeper: Decrease min for Columns and Rows on Custom Game 2021-11-15 14:05:03 +00:00
Libraries LibJS: Fix leap year check in to_iso_week_of_year() for week < 1 2021-11-15 21:33:26 +00:00
Services Taskbar: Make quicklaunch bar editable 2021-11-14 22:42:52 +01:00
Shell Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Utilities config: Add option to remove config key 2021-11-14 22:42:52 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00