You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Be able to set timezone either through an environment variable or by passing it as argument.
Example
I run crunz in SNAP container where files cant be edited, but users can be around the world so hard coding a timezone into the file is not an option, would it possible to read this variable from the environment or by passing it in?
Editing vendor/lavary/crunz/src/Task/Timezone.php to include the following works for me, buts its probably not very "symfony" (if I knew the symfony way id submit a merge request)
Description
Be able to set timezone either through an environment variable or by passing it as argument.
Example
I run crunz in SNAP container where files cant be edited, but users can be around the world so hard coding a timezone into the file is not an option, would it possible to read this variable from the environment or by passing it in?
Editing
vendor/lavary/crunz/src/Task/Timezone.php
to include the following works for me, buts its probably not very "symfony" (if I knew the symfony way id submit a merge request)The text was updated successfully, but these errors were encountered: