We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The timezone parameter is ignored when using the date filter.
date
For the following two examples:
{{ '1527492534'|date('l d M Y H:i:s e', 'Europe/London') }}
{{ '1527492534'|date('l d M Y H:i:s e', 'America/New_York') }}
The return values should be as follows:
However both tags output "Monday 28 May 2018 08:28:54 Europe/London".
The text was updated successfully, but these errors were encountered:
f3275d3
No branches or pull requests
Description
The timezone parameter is ignored when using the
date
filter.For the following two examples:
{{ '1527492534'|date('l d M Y H:i:s e', 'Europe/London') }}
{{ '1527492534'|date('l d M Y H:i:s e', 'America/New_York') }}
The return values should be as follows:
However both tags output "Monday 28 May 2018 08:28:54 Europe/London".
Additional info
The text was updated successfully, but these errors were encountered: