-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
Hello,
i'm running Aurora on a GPU H100 on Databricks. I'm using ECMWF data from the 00 run.
When i add the time location in my script
import time, os
os.environ['TZ'] = 'Europe/Rome'
time.tzset()
Aurora's forecast differs from the one obtained without specifying the time zone.
In both cases i set the time metadata as time = Timestamp('2025-09-11 00:00:00') this is a UTC time based on ECMWF data
Do I have to set the timezone or not?
Metadata
Metadata
Assignees
Labels
No labels