massivefermion / birl

datetime handling for gleam
https://hex.pm/packages/birl
Apache License 2.0
72 stars 9 forks source link

time.now() returns BadArg #10

Closed finalclass closed 1 year ago

finalclass commented 1 year ago

When I switch to 0.15.0 then it works fine However on the recent version I get Errored(BadArg)

image

image

image

massivefermion commented 1 year ago

Thanks for reporting the issue What operating system are you on? please specify the distro if its linux!

finalclass commented 1 year ago

I'm on Manjaro linux.

$ uname -a
Linux rog 5.15.131-1-MANJARO #1 SMP PREEMPT Thu Sep 7 11:05:18 UTC 2023 x86_64 GNU/Linux
massivefermion commented 1 year ago

A new version with the fix has been released Thanks

finalclass commented 1 year ago

Great, thx. I will check this out later today or tomorrow.