Time#

Functions#

get_current_time#

get_current_time(callback)

Returns an object with the same attributes as in the GET GET response.

For example:

Query.get_current_time(time => {
  const uptime = time.uptime
})