You are here

final protected function DatexPartialImplementation::tz in Datex 7.3

File

src/Datex/DatexPartialImplementation.php, line 157
Base implementation of DatexInterface.

Class

DatexPartialImplementation
Base implementation of DatexInterface.

Code

protected final function tz($tz) {
  $this->origin = new DateTime('@' . $this->origin
    ->getTimestamp(), $tz);
}