Skip to content

minor polishing

nmartensen requested to merge topic/3.0/minor into branch/3.0

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.

Merge request reports