Use this to update the instance TimeZone value. Returns (Task)
Overview of SetInstanceTimeZoneAsync goes here.
Name | Description |
---|---|
instance | |
newTimeZone |
Example in C#
// Returns: nothing
await client.SetInstanceTimeZoneAsync(InstanceInfo instance, String newTimeZone);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/timezone \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-D'"NEW_POSIX_TIME_ZONE"'
UTC12
Example in C#