Is there a Python `dt.strptime` formatter for the timezone marker on the date ranges?

is there a Python dt.strptime formatter for the timezone marker on the date ranges?

nevermind, "%Y-%m-%dT%H:%M:%S%z" works just fine!

also pd.to_datetime will handle that format correctly by default