You are here

final protected function CalendarSystemsPartialImplementation::tz in Calendar Systems 8.3

File

src/CalendarSystems/CalendarSystemsPartialImplementation.php, line 122

Class

CalendarSystemsPartialImplementation

Namespace

Drupal\calendar_systems\CalendarSystems

Code

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