jasny/twig-extensions

Add Time Zone Support

Ouverte

#10 ouverte le 22 févr. 2017

 (1 commentaire) (0 réaction) (0 personne assignée)PHP (19 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (106 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur