Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
keenangraham committed Feb 4, 2022
1 parent f9ae7fb commit 0c1a7bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/encoded/server_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def userid(instance, subschema):

@server_default
def now(instance, subschema):
# from jsonschema_serialize_fork date-time format requires a timezone
return datetime.utcnow().isoformat() + '+00:00'


Expand Down

0 comments on commit 0c1a7bc

Please sign in to comment.