Mock for time functions

Hello,

We have implemented the functions LLMJVM_IMPL_setApplicationTime and LLMJVM_IMPL_getCurrentTime in C.

How do these work on the simulator? Is it possible to see the mock for these functions?

Thank you,
Lyle

Hello Lyle,
In the simulator, the LLMJVM functions are mocked by the Simulator itself.
They are built-in and use the host system time.

Do you want to modify the implementation in the simulator? Do you have more details on your needs so we can envision how we may support that in a future version?

Florian.

Hello Florian,
We were trying to work with UTC time. I think we just had a misunderstanding of what was happening, but everything is okay.
Thank you for your time.
Lyle