Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 3 of 3) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php79 private $timezone = null; variable in Twig\\Extension\\CoreExtension
145 public function setTimezone($timezone) argument
147 … $this->timezone = $timezone instanceof \DateTimeZone ? $timezone : new \DateTimeZone($timezone);
157 if (null === $this->timezone) {
158 $this->timezone = new \DateTimeZone(date_default_timezone_get());
161 return $this->timezone;
453 function twig_date_format_filter(Environment $env, $date, $format = null, $timezone = null) argument
464 return twig_date_converter($env, $date, $timezone)->format($format);
509 function twig_date_converter(Environment $env, $date = null, $timezone = null) argument
512 if (false !== $timezone) {
[all …]
/template/strap/vendor/dragonmantank/cron-expression/src/Cron/
H A DHoursField.php24 $timezone = $date->getTimezone();
31 $date->setTimezone($timezone);
/template/strap/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md36 - Only set default timezone if the given $currentTime is not a DateTime instance ([#34](https://git…