|  Developer
Updated on November 10, 2021

hub.time.location.get

  • Version: 1.0
  • Classes: UI
  • Description: Get current timezone for the hub.
Edit
  • No parameters required.
Edit
  • result will contain location description( timeZoneId ). See the table below:
Field Type Required Description
location string + timeZoneId
Edit

Here it is an example of usage.

Edit
				
					{
    "id": "_ID_",
    "jsonrpc": "2.0",
    "method": "hub.time.location.get",
    "params": {
     }
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "result": {
          "location" : "Europe/Kiev"
     }
}