We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b042d commit 272664cCopy full SHA for 272664c
compiler_admin/commands/time/download.py
@@ -1,5 +1,4 @@
1
from datetime import datetime, timedelta
2
-import os
3
from typing import List
4
5
import click
@@ -8,7 +7,7 @@
8
7
from compiler_admin.services.toggl import TOGGL_COLUMNS, download_time_entries
9
10
11
-TZINFO = timezone(os.environ.get("TZ_NAME", "America/Los_Angeles"))
+TZINFO = timezone("America/Los_Angeles")
12
13
14
def local_now():
0 commit comments