Hi,
What is the default time zone of the data that Refinitiv Datastream DSWS API returns and does it support changing the timezone of the data to local time? Suspect the default is New York Close but can this be confirmed please.
Can it be specified in ds.get_data() function when pulling data from the API or how can I manually convert the time zone from the API's default to local time zone?
I am running the function below, however need it to be local time rather than the default:
df = ds.get_data(tickers, fields, start_date, end_date, freq)
Appreciate any guidance on this please!