589c13896f4b2d6bc3f0f996bb1d1b689e6e5cfa
now() built-in function
This commit introduces the `now()` built-in function, which returns the current timestamp in milliseconds. It also includes an integration test to ensure that `now()` is not constant-folded during AST dumping, verifying its non-deterministic nature.
Description
No description provided
Languages
Rust
100%