Skip to content

Commit

Permalink
Use UTC as default
Browse files Browse the repository at this point in the history
  • Loading branch information
eferro committed Aug 18, 2017
1 parent e786d9a commit 3d373fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trello/organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class Organization(TrelloBase):

TIMEZONE = None
TIMEZONE = 'UTC'

"""
Class representing an organization
Expand Down

0 comments on commit 3d373fe

Please sign in to comment.