$ $ : mixed tz The timezone name, or offset from UTC depending on the API. @see self::getOffset() Type mixed
__construct() __construct(array $properties = array()) Const'r Parameters array $properties The properties for the station.
__get() __get(string $property) : mixed Accessor Parameters string $property The property to return. Returns mixed — The value of requested property.
__set() __set(string $property, mixed $value) Setter. Parameters string $property The property name. mixed $value The value to set $property to.
getOffset() getOffset() : integer Return the CURRENT offset from UTC for this station as provided by the API. Returns integer — The current offset from UTC.