THE FORUM IS IN READ-ONLY MODE
This forum is in read-only mode. The new forum is live at https://discourse.openbullet.dev and registrations are open!
how to get timestamp?
-
I need such a result "2020-05-11 22:27:36"
I read the topic, but there is a different situation: https://forum.openbullet.dev/topic/166/how-to-get-timestamp-milliseconds
-
First use the CurrentUnixTime function, then use the UnixTimeToDate and format it correctly
yyyy-MM-dd hh:mm:ss
-
FUNCTION CurrentUnixTime "2020-05-11 22:27:36" -> VAR "unix"
FUNCTION UnixTimeToDate "yyyy-MM-dd HH:mm:ss" "1589216906" -> VAR "convert"
But how to get the exact time?
-
This post is deleted!
-
thx, I figured it out, you can close the topic.