Skip to content

Commit

Permalink
Changes to handle syslog in local time log2timeline#3280
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Nov 2, 2020
1 parent 0bb6a19 commit f4e5213
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plaso/parsers/syslog.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@ def ParseRecord(self, parser_mediator, key, structure):

if not plugin:
event = time_events.DateTimeValuesEvent(
date_time, definitions.TIME_DESCRIPTION_WRITTEN)
date_time, definitions.TIME_DESCRIPTION_WRITTEN,
time_zone=parser_mediator.timezone)
parser_mediator.ProduceEventWithEventData(event, event_data)

def VerifyStructure(self, parser_mediator, lines):
Expand Down

0 comments on commit f4e5213

Please sign in to comment.