Problem/Motivation
When formatting datetime in twig and printing the timezone
{{ datetime|date('g:i A T') }}
An anonymous user has a null timezone and therefore twig timezone conversion gives unexpected results.
Proposed resolution
The default timezone for anonymous users should be the site's default timezone.