# `ExSDP.Timezone.Correction`
[🔗](https://github.com/membraneframework/ex_sdp/blob/v1.2.0/lib/ex_sdp/timezone/adjustment.ex#L1)

This module represents a single SDP Timezone Correction used
for translating base time for rebroadcasts.

For more details please see [RFC4566 Section 5.11](https://tools.ietf.org/html/rfc4566#section-5.11)

# `t`

```elixir
@type t() :: %ExSDP.Timezone.Correction{
  adjustment_time: non_neg_integer(),
  offset: -12..12
}
```

# `parse`

```elixir
@spec parse(binary()) :: {:ok, t()} | {:error, :invalid_timezone}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
