💾 Archived View for bbs.geminispace.org › u › stack › 5215 captured on 2024-08-19 at 00:41:12. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-08-18)

➡️ Next capture (2024-08-25)

-=-=-=-=-=-=-

Comment by 🚀 stack

Re: "Converting Unix timestamp to date/time"

In: s/programming

I am passing the buck to the user, of course. A variable will keep the timezone adjustment offset, and whoever cares about this will set it to the right amount.

At this point, it is very likely that I will be the only user anyway.

X

🚀 stack [OP]

2023-09-11 · 11 months ago

Original Post

🌒 s/programming

Converting Unix timestamp to date/time — Without any outside libraries. All we have is a Unix timestamp, seconds since Jan. 1, 1970. I'm looking for a minimalistic solution for my tiny nForth, but really curious if anyone has tricks up their sleeve for this kind of a task. I'm willing to ignore leap seconds for now. So far I got the time part: add timezone in seconds, divide by 86400 to get days, and use the remainder for time in seconds. The rest is trivial, dividing by 60 for minutes and 60...

💬 stack · 10 comments · 1 like · 2023-09-10 · 11 months ago