Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cvandeplas committed Jun 21, 2024
1 parent af2b93c commit a025e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysers/timeliner.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Timesketch format:
# https://timesketch.org/guides/user/import-from-json-csv/
# Mandatory: timestamps must be in miliseconds !!!
# Mandatory: timestamps must be in microseconds !!!
# {"message": "A message","timestamp": 123456789,"datetime": "2015-07-24T19:01:01+00:00","timestamp_desc": "Write time","extra_field_1": "foo"}

def __extract_ts_mobileactivation(case_folder: str) -> Generator[dict, None, None]:
Expand Down

0 comments on commit a025e63

Please sign in to comment.