I am trying to log the timezone of the user. So on login I get their Session
and Request
objects and try to get it via
$request->request?->get('_timezone')
But this key doesn't exist. So using Symfony5 - how can I get to the user timezone reliably?