this post was submitted on 03 Apr 2024
1092 points (96.2% liked)

Programmer Humor

19331 readers
20 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ObsidianNebula@sh.itjust.works 3 points 6 months ago

I worked on a project that had a few spots where we compare a saved timestamp to the current time. During testing, the client would randomly change their device time a few days forward or backward and complain that things weren't working as expected. I had to explain to them multiple times that they were basically time traveling, and the program was actually handling it fairly well all things considered.