You are here

final protected function DatexPartialImplementation::tz in Datex 8

File

src/Datex/DatexPartialImplementation.php, line 122

Class

DatexPartialImplementation

Namespace

Drupal\datex\Datex

Code

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