Function set_local_timezone

Source
pub async fn set_local_timezone(
    txn: &mut Transaction<'_, Postgres>,
    timezone: &str,
) -> Result<()>