I have flask webform that runs on gcloud, and I have noticed that when it runs the command
datetime.datetime.now()
I have different time depending if I run it as local server on my pc or through gcloud Does anyone know why (I am guessing is to do with the current timezone of the actual server, and how to tell gcloud my local time as opposed to theirs?
Thanks