Skip to content

better support of microsoft windows time (unix timestamps ftw!!!) #2

@SimonWaldherr

Description

@SimonWaldherr

mstime = (unixtime * 10000000) + 116444736000000000

In Linux you can obtain time in microseconds (10^-6 sec) from 1 Jan 1970 using gettimeofday.

In Windows a 64-bit value contains the number of 100-nanosecond intervals since January 1, 1601 (UTC).

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