jasny/twig-extensions

Add Time Zone Support

Open

#10 opened on Feb 22, 2017

 (1 comment) (0 reactions) (0 assignees)PHP (19 forks)github user discovery
help wanted

Repository metrics

Stars
 (106 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

For localdatetime and localtime, it would be beneficial to be able to pass in an arbitrary time zone. Setting the time zone globally using date_default_timezone_set won't work, because this affects all date processing globally in PHP. The time zone only needs to be applied when using localdatetime and localtime. Thank you.

Contributor guide