Skip to content

Issue decoding 6-bytes Android timestamps #2

@kraftdenker

Description

@kraftdenker

To correct decoding of 6-bytes Android timestamps,
In file sqlitePage.py , change line line 138 to:
return struct.unpack('>Q', '\x00\x00'+data)[0] # signed int (6 or 8 bytes)

happy coding 4 u (y)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions