1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
```sh var = current_time ``` Returns the current time in milliseconds (from January 1, 1970 UTC). ### Parameters None ### Return Value The current time in milliseconds. ### Examples ```sh result = current_time echo ${result} ```