So I'm developing the AMP version of a web in Django.
The problem is that when Google Caches my content it takes the timezone of the Google server that caches the content (EDT) and no the local timezone of my users, so they are getting the wrong time.
What can I do to solve this?
Thanks!