.timestamp
Returns the current Unix timestamp in milliseconds.
Example
end = client.timestamp()
begin = end - 24 * 60 * 60 * 1000Parameters
None.
Return type
int
Returns the number of milliseconds elapsed since the Unix epoch.
Returns the current Unix timestamp in milliseconds.
end = client.timestamp()
begin = end - 24 * 60 * 60 * 1000None.
int
Returns the number of milliseconds elapsed since the Unix epoch.