Skip to content

Commit

Permalink
Update vars template to include recent changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertDisc authored Feb 17, 2024
1 parent e99e6e8 commit 8e133f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pattrmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ def setting(value):
print(f"Attempting to get local timezone from host environment")
if is_docker == "True":
try:
timezone = os.environ.get('TZ')
timezone = os.environ.get('TZ', 'America/New_York')
print(f"Using locality {timezone} to adjust for airing dates.")
except Exception as e:
print("Could not retrieve timezone information from docker 'TZ' environment variable.")
Expand Down

0 comments on commit 8e133f7

Please sign in to comment.