Skip to content

Commit

Permalink
don't default to UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanceNCounter committed Oct 26, 2021
1 parent e867bdc commit 0462a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lingua_franca/time.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from dateutil.tz import gettz, tzlocal


__default_tz = gettz("UTC")
__default_tz = None


def set_default_tz(tz):
Expand Down

0 comments on commit 0462a51

Please sign in to comment.