Stream: ideas

Topic: Time


view this post on Zulip Richard Feldman (Nov 08 2021 at 13:54):

I haven't spent much time thinking about what a package in Roc for dealing with time would look (aside from the obvious elm/time) but this comment is an interesting example of things a Roc time design should consider that elm/time doesn't need to in the browser

view this post on Zulip Brendan Hansknecht (Nov 08 2021 at 20:33):

That's an interesting problem that I would bet many people never think about.

view this post on Zulip Brian Hicks (Nov 08 2021 at 20:48):

elm/time doesn't need to in the browser

fun fact: "more than one clock" is true in the browser too: new Date() and performance.now() will drift apart from one another, even.


Last updated: Jun 16 2026 at 16:19 UTC