{"id":15853880,"url":"https://github.com/blakeembrey/exif-date","last_synced_at":"2025-10-11T14:14:45.139Z","repository":{"id":46911929,"uuid":"65653926","full_name":"blakeembrey/exif-date","owner":"blakeembrey","description":"Parse an EXIF date string into a `Date` object","archived":false,"fork":false,"pushed_at":"2023-12-12T06:50:49.000Z","size":751,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-10T06:37:27.138Z","etag":null,"topics":["certificate","date","exif","parser"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blakeembrey.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-14T06:49:43.000Z","updated_at":"2025-01-30T19:30:18.000Z","dependencies_parsed_at":"2024-06-21T03:29:51.353Z","dependency_job_id":"2c7b14ac-9d38-420a-8242-4523cc453e25","html_url":"https://github.com/blakeembrey/exif-date","commit_stats":{"total_commits":28,"total_committers":4,"mean_commits":7.0,"dds":0.5,"last_synced_commit":"ab2d2305a13b0b8a2476d2fbde78d0df444248aa"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakeembrey%2Fexif-date","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakeembrey%2Fexif-date/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakeembrey%2Fexif-date/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakeembrey%2Fexif-date/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blakeembrey","download_url":"https://codeload.github.com/blakeembrey/exif-date/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246695067,"owners_count":20819207,"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","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":["certificate","date","exif","parser"],"created_at":"2024-10-05T19:23:27.815Z","updated_at":"2025-10-11T14:14:45.132Z","avatar_url":"https://github.com/blakeembrey.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exif Date\n\n[![NPM version][npm-image]][npm-url]\n[![NPM downloads][downloads-image]][downloads-url]\n[![Build status][build-image]][build-url]\n[![Build coverage][coverage-image]][coverage-url]\n\n\u003e Parse an EXIF date string into a `Date` object.\n\n## Installation\n\n```sh\nnpm install exif-date --save\n```\n\n## Usage\n\n```js\nimport { parse, format } from \"exif-date\";\n\nparse(\"2016:07:11 21:33:20\"); //=\u003e Date('2016-07-11T21:33:20.000Z')\nformat(new Date(\"2016-07-11T21:33:20.000Z\")); //=\u003e '2016:07:11 21:33:20'\n```\n\n## License\n\nApache 2.0\n\n[npm-image]: https://img.shields.io/npm/v/exif-date.svg?style=flat\n[npm-url]: https://npmjs.org/package/exif-date\n[downloads-image]: https://img.shields.io/npm/dm/exif-date.svg?style=flat\n[downloads-url]: https://npmjs.org/package/exif-date\n[build-image]: https://img.shields.io/github/actions/workflow/status/blakeembrey/exif-date/ci.yml?branch=master\n[build-url]: https://github.com/blakeembrey/exif-date/actions/workflows/ci.yml?query=branch%3Amaster\n[coverage-image]: https://img.shields.io/codecov/c/gh/blakeembrey/exif-date\n[coverage-url]: https://codecov.io/gh/blakeembrey/exif-date\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakeembrey%2Fexif-date","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblakeembrey%2Fexif-date","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakeembrey%2Fexif-date/lists"}