Skip to content

Commit

Permalink
explicit date_format
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Apr 23, 2019
1 parent 3bc0bbd commit 66f060b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mds/api/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, providers=None, ref=None):
- git tag
"""
self.providers = providers if providers is not None else get_registry(ref)
self.encoder = CustomJsonEncoder()
self.encoder = CustomJsonEncoder(date_format="unix")

def _auth_session(self, provider):
"""
Expand Down

0 comments on commit 66f060b

Please sign in to comment.