Based on GeoIP, this module provides timezone information for anonymous users too.

Let's say you have a list like that:
- 08/08/2020 11:00AM
- 09/08/2020 2:00PM

Drupal generally renders it according to the timezone of the user, except for anonymous user, where site default timezone is in use. This module makes it possible for anonymous users to see the dates and times (beware that even dates can change due to timezone difference) in their own local timezone. It is as precise as a GeoIP database can be.
Beware that it significantly decreases the performance of the site, page cache is eliminated, you still have render array caching. Therefore, make sure that you use timezone cache context wisely where needed.

Requirements:
- https://dev.maxmind.com/geoip/geolite2-free-geolocation-data?lang=en

Supporting organizations: 

Project information

Releases