Time calculation not working (Linux)

On my Linux (Ubuntu 22.04, german locale, using 0.7.0 AppImage) the query
#+BEGIN_QUERY
{ :query [:find ?today ?later
:in $ ?today ?later ]
:inputs [:today :3d-after]
}
#+END_QUERY
gives me (for today)

2022052820220528

So two times the same date. The second date should be 3 days in the future, but it is not. What am I doing wrong? -before does not work either. The only thing that works is :3d.

OK, we figured that the current 0.7.0 nightly build works but the 0.7.0 release does not. So this seems to be fixed already.