Current Time
Whenever a user would need to verify the current time used within Trader Workstation or to verify the connection with the application, users may call the get_current_time() function.
get_current_time(
timeout: Integer. Timeout before the request disconnects. Function-specific timeout default of 1 second.
)
Response Object
get_current_time() will return the current timestamp as an integer representing an epoch timestamp.

