Capture device system clock

Is there a way to capture a device’s system clock without using external sources?
My apps need to capture the device’s system clock to properly time stamp an event.
The MIT App Inventor 2 has blocks to capture time.now. I wonder if there exists such blocks on thunkable?

If you click on the “device” category in the left navigation bar in Thunkable, you can use use “current hour” and “current minute” blocks to retrieve the time:

thank you

1 Like

In the device option, you can find the block in there. Here is an example where i also programmed it to chime once every 15 minutes and can also be done with that monitor button:
https://x.thunkable.com/projectPage/5ecdfa7c2f68d15aa9d58f04
you can also remix by this link https://x.thunkable.com/copy/3e2126a3114cdc078966df1ab61257e9
(The share link will expire at 5:41 PM Aug 12, 2020)