Skip to content
Velo

.timestamp

Returns the current Unix timestamp in milliseconds.

Example

end = client.timestamp()
begin = end - 24 * 60 * 60 * 1000

Parameters

None.

Return type

int

Returns the number of milliseconds elapsed since the Unix epoch.