devilish666@lemmy.world to Programmer Humor@programming.dev · 7 months agoDaylight saving creator left the chat....lemmy.worldimagemessage-square246fedilinkarrow-up11.15K
arrow-up11.15KimageDaylight saving creator left the chat....lemmy.worlddevilish666@lemmy.world to Programmer Humor@programming.dev · 7 months agomessage-square246fedilink
minus-squareZannsolo@lemmy.worldlinkfedilinkarrow-up1·7 months agoNo UTC. Convert/use UTC on the way in and covert to local time for the user or local time of the noun the date is for in the display.
minus-squarejabjoe@feddit.uklinkfedilinkEnglisharrow-up1·7 months agoAny UTC type is going to do native time and convert for display. But with native time directly, you can just an int64 with loads of space for fine resolution via multiplication. Storing time broken up into separate units is crazy.
No UTC. Convert/use UTC on the way in and covert to local time for the user or local time of the noun the date is for in the display.
Any UTC type is going to do native time and convert for display.
But with native time directly, you can just an int64 with loads of space for fine resolution via multiplication.
Storing time broken up into separate units is crazy.