Timezone.from constructor

const Timezone.from(
  1. String name
)

Creates a Timezone.

Implementation

const Timezone.from(this.name);