this post was submitted on 16 Nov 2023
196 points (95.8% liked)

Programmer Humor

25448 readers
1159 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Yes, someone actually did this and I found it running on our server

you are viewing a single comment's thread
view the rest of the comments
[–] eluvatar@programming.dev 44 points 2 years ago (5 children)

Honestly the first one is the only one that works when people define the first day of the week differently. On the other hand, it does make you wonder. If Sunday is the first day of the week (as it is in many places) then how is it also part of the weekend?

[–] Esca@lemmy.one 13 points 2 years ago (1 children)

But if you're worried about locale, you can't assume people use the string "Saturday" to describe Saturday either. That solution only works in English.

[–] jonne 5 points 2 years ago

I assume this is in a language where the first day of the week is a fixed part of the language (like JS).

load more comments (3 replies)