• Builds the formatted timezone offset string from a given timezone.

    The format of the resulting string is +02:00.

    Parameters

    • timezone: number

      A number representing the timezone offset to format, this is expected to be in minutes.

    Returns string

    The formatted timezone offset string.

Generated using TypeDoc