Jesse Gumm
Jesse Gumm
Hi @lukyanov! Just bouncing in here to see if this is something you still had plans on implementing. I know it has been a few years, so if that's not...
Hi @kianmeng , you're right, I'm experiencing this as well. If I have some time tonight, I may cut my elixir teeth and tinker with this to see if I...
Excellent! I did indeed see that. Thanks again!
Oh, and thank you for making those small corrections. I will merge them in.
Interesting. Thanks Heinz. It never even occurred to me that application:set_env wouldn't technically allow a tuple as the Par. It just accepted tuple and I went with it. It's handy...
The best *real* solution would probably be to fire up a server and store the settings in ets. But yeah, you're completely right that the otp team could change the...
Just doing some cleanup. qdate is passing dialyzer and hasn't improperly used the `set_env` functions in a while, and I just never responded here. Thanks again!
Thanks David, Indeed this is something I'd considered. There is a project called ezic, which I believe does indeed use the tzdata files (or some kind of version). I've been...
Haha, I agree completely. The timezone stuff is about as rage-inducing as anything in software. And I do agree about trying to avoid the GPL. -Jesse ## Jesse Gumm Owner,...
Hi, Thanks for the report. That it crashes with "UTC+6" is definitely an error, and I will get that fixed. Apparently it doesn't like "UTC+6", but "GMT+6" is fine, but...