this post was submitted on 17 Jan 2024
14 points (100.0% liked)

Golang

2161 readers
9 users here now

This is a community dedicated to the go programming language.

Useful Links:

Rules:

founded 1 year ago
MODERATORS
 

I am doing a lot of work right now that requires day and year durations and I have to define those myself. I wonder why they didn't include those in the time package.

you are viewing a single comment's thread
view the rest of the comments
[–] iluminae@lemmy.world 5 points 8 months ago* (last edited 8 months ago) (1 children)

This - no one can agree how long a day, week, month, year etc are!

Like sure it's 24 hours in a day but is a year 365 days? No, not technically speaking.

Time has always been really hard for programmers.

[–] GarytheSnail@programming.dev 6 points 8 months ago

Well now I need to go add some tests and fix some bugs. Thanks yall.