Skip to content

Commit

Permalink
Hotfix #190
Browse files Browse the repository at this point in the history
  • Loading branch information
qmontal authored Feb 4, 2020
1 parent f483c76 commit ced0d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulnwhisp/frameworks/nessus.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def download_scan(self, scan_id=None, history=None, export_format=""):
def get_utc_from_local(self, date_time, local_tz=None, epoch=True):
date_time = datetime.fromtimestamp(date_time)
if local_tz is None:
local_tz = pytz.timezone('US/Central')
local_tz = pytz.timezone('UTC')
else:
local_tz = pytz.timezone(local_tz)
local_time = local_tz.normalize(local_tz.localize(date_time))
Expand Down

0 comments on commit ced0d4c

Please sign in to comment.