I have the time in the following format in my dataframe:
print(df)
Date
2020-09-25T00:20:00.000Z
Two questions: a) What format is this? b) how can I create a new column with the date and time in Australian time (AEDT).
Any help would be great! Thanks