current_time_millis function
Returns the current time in UTC, as the number of milliseconds since January 1, 1970 UTC.
Syntax:
long current_time_millis()
Semantics:
- This function does not expect any input argument.
- Return Value: long
Example: See current_time function.