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
If you set application.timeZone to Europe/London, the time zone is not respected.
But, if you set application.timeZone to process.env.TZ, which points to a environment variable with the value Europe/London, the time zone is respected.
This makes no sense. I thought it might be a case of passing the time zone to formatDate function, but that doesn’t make any difference either.
The text was updated successfully, but these errors were encountered:
If you set
application.timeZone
toEurope/London
, the time zone is not respected.But, if you set
application.timeZone
to process.env.TZ, which points to a environment variable with the valueEurope/London
, the time zone is respected.This makes no sense. I thought it might be a case of passing the time zone to
formatDate
function, but that doesn’t make any difference either.The text was updated successfully, but these errors were encountered: