diff --git a/r2/r2/lib/pages/trafficpages.py b/r2/r2/lib/pages/trafficpages.py index c592bc397..8f0cea8d6 100644 --- a/r2/r2/lib/pages/trafficpages.py +++ b/r2/r2/lib/pages/trafficpages.py @@ -661,7 +661,7 @@ class PromotedLinkTraffic(Templated): ctr = _clickthrough_rate(imps, clicks) date = date.replace(tzinfo=pytz.utc) - date = date.astimezone(pytz.timezone("US/Eastern")) + date = date.astimezone(pytz.timezone("EST")) datestr = format_datetime( date, locale=c.locale,