pub async fn set_time_zone(
conn: &Connection,
endpoint: u16,
time_zone: Vec<TimeZone>,
) -> Result<SetTimeZoneResponse>Expand description
Invoke SetTimeZone command on cluster Time Synchronization.
pub async fn set_time_zone(
conn: &Connection,
endpoint: u16,
time_zone: Vec<TimeZone>,
) -> Result<SetTimeZoneResponse>Invoke SetTimeZone command on cluster Time Synchronization.