View Source ExSDP.Timezone (ExSDP v1.0.0)

This module groups multiple SDP Timezone Correction used for translating base time for rebroadcasts.

Summary

Types

@type t() :: %ExSDP.Timezone{corrections: [ExSDP.Timezone.Correction.t()]}

Functions

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