Пример #1
0
 /**
  * Return the abbreviated timezone.
  *
  * @return string
  */
 public function getTimezone()
 {
     $dateTime = new Date();
     $dateTime->setTimeZone(new DateTimeZone($this->cachetTimezone));
     return $dateTime->format('T');
 }