You also don’t store dates in a string that you’ll have to parse later
Depends. If the format is clearly defined, then there’s no problem. Or could use a binary format. The point is that you store day/month/year separately, instead of a Unix timestamp.
And you understand that you could have a date in unix time and leave the time to be midnight, right?
cqthca@reddthat.com 7 months ago
You don’t have a line that checks the format and auto converts to your favorite?