this post was submitted on 12 Aug 2023
617 points (80.3% liked)

Memes

45227 readers
2279 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] droans@lemmy.world 1 points 1 year ago (1 children)

Easy. Don't store dates as a text string. That's just bad programming.

[โ€“] reverendsteveii@lemm.ee 1 points 1 year ago

When you say "don't store dates as a string" what you're really saying is "wait for someone else to solve the problem and release a library, then use that library". That seems to be what the majority of the industry does (I'm a Java coder myself and joda is a lifesaver in that regard) but my point is that this problem is hard. Date and time stamps are a subtly difficult part of the average API monkey's daily work.