Comment by πŸ€ gritty

Re: "I've been enjoying using Pascal for my Farkle game, but one…"

In: s/pascal

@drh3xx thanks for the report! getting all the edge cases down was a bit challenging. I'll see if I can run some more on the triples and spot it when I get some time. currently working on a monthly leaderboard feature.

πŸ€ gritty [OP]

2024-04-27 Β· 2 years ago

1 Later Comment

πŸ€ gritty [OP] Β· 2024-04-30 at 00:45:

@drh3xx it was a simple bug, I just had the wrong value in there. Thanks for id'ing. fixed.

Original Post

πŸŒ’ s/pascal

πŸ€ gritty:

I've been enjoying using Pascal for my Farkle game, but one recent annoyance is timezones. On Linux I can't find a function that properly respects the local timezone of the machine. universaltolocal() doesn't work because tzoffset() is always 0. I just have to manually set the offset, but I feel like I shouldn't have to. Anyways, other than that, it's been fun.

πŸ’¬ 9 comments Β· 1 like Β· 2024-04-12 Β· 2 years ago