{"id":17002942,"url":"https://github.com/jleclanche/winfiletime","last_synced_at":"2025-08-26T06:34:23.436Z","repository":{"id":47293472,"uuid":"152941762","full_name":"jleclanche/winfiletime","owner":"jleclanche","description":"Windows filetime \u003c-\u003e Python datetime conversion ⛺","archived":false,"fork":false,"pushed_at":"2025-05-23T20:08:25.000Z","size":8,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-20T03:57:44.254Z","etag":null,"topics":["datetime","filetime","timestamp","win32"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jleclanche.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-10-14T05:16:01.000Z","updated_at":"2025-06-24T00:19:30.000Z","dependencies_parsed_at":"2025-06-13T17:02:37.364Z","dependency_job_id":"4c7528ee-eeb1-4367-a114-7bb166bda959","html_url":"https://github.com/jleclanche/winfiletime","commit_stats":null,"previous_names":["jleclanche/python-filetime"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jleclanche/winfiletime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jleclanche%2Fwinfiletime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jleclanche%2Fwinfiletime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jleclanche%2Fwinfiletime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jleclanche%2Fwinfiletime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jleclanche","download_url":"https://codeload.github.com/jleclanche/winfiletime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jleclanche%2Fwinfiletime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272186211,"owners_count":24888333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datetime","filetime","timestamp","win32"],"created_at":"2024-10-14T04:29:25.018Z","updated_at":"2025-08-26T06:34:23.413Z","avatar_url":"https://github.com/jleclanche.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# filetime.py\n\nA Python module to convert datetime to/from a\n[Win32 FILETIME structure](https://msdn.microsoft.com/en-us/library/windows/desktop/ms724284).\n\n[Reference algorithm](https://support.microsoft.com/en-us/help/167296)\n\n## Usage\n\nInstall from PyPI: `pip install winfiletime`\n\nExample usage:\n\n```py\nimport datetime\nimport winfiletime\n\n# Convert a datetime to a filetime\nwinfiletime.from_datetime(datetime.datetime(2009, 7, 25, 23, 0))\n# 128930364000000000\n\n# Convert a filetime to a datetime\nwinfiletime.to_datetime(128930364000000000)\n# datetime.datetime(2009, 7, 25, 23, 0)\n```\n\n## License\n\nThis project is hereby released in the Public Domain.\nSee the `LICENSE` file for the full CC0 license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjleclanche%2Fwinfiletime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjleclanche%2Fwinfiletime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjleclanche%2Fwinfiletime/lists"}