This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Bert Hubert πΊπ¦πͺπΊπΊπ¦
berthubert.bsky.social
did:plc:4yagrzehc26xj6y7iver5vra
So how hard could it be to convert `17 Jan 2025 06:07:07` in UTC into a UNIX time_t timestamp, in C or C++? Quite hard. Many things that you'd think would work actually don't. Here I present solutions & a little tour through 'struct tm', 'time_t', 'mktime' and 'strptime': https://berthub.eu/articles/posts/how-to-get-a-unix-epoch-from-a-utc-date-time-string/
2025-01-19T15:16:47.346Z