minor polishing
The only functional change is the switch from datetime.now() to datetime.utcnow(), since we declare the value to be in UTC time zone later by appending the 'Z' to the isoformat string.
The only functional change is the switch from datetime.now() to datetime.utcnow(), since we declare the value to be in UTC time zone later by appending the 'Z' to the isoformat string.