this post was submitted on 05 Jul 2026
441 points (98.7% liked)

Programmer Humor

32403 readers
1311 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 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] OddMinus1@sh.itjust.works 3 points 2 weeks ago (1 children)

In java LinkedList, the method .get(0) is equivalent to .getFirst().

[โ€“] SystemDisc@feddit.org 1 points 1 week ago

This is a good point. Even in a zero-based index, the first element is the first element. So, the first date is still a zero timestamp.