Looking at the neotime python package in init.py I see that the iso_format method for the Time class works differently than the iso_format method for the DateTime class. Specifically, the DateTime.iso_format method will return the timezone informatio...