{"id":29691977,"url":"https://github.com/jaimeloeuf/datetime-ts","last_synced_at":"2026-03-05T09:01:22.663Z","repository":{"id":301384023,"uuid":"985904067","full_name":"Jaimeloeuf/datetime-ts","owner":"Jaimeloeuf","description":"A date time library that just works.","archived":false,"fork":false,"pushed_at":"2025-05-18T18:59:28.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-29T08:48:43.571Z","etag":null,"topics":["date","datetime","iso8601","time","timestamp","typescript","unix","unixtimestamp"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/datetime-ts","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jaimeloeuf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-05-18T18:59:20.000Z","updated_at":"2025-05-18T19:00:19.000Z","dependencies_parsed_at":"2025-06-26T16:27:23.621Z","dependency_job_id":null,"html_url":"https://github.com/Jaimeloeuf/datetime-ts","commit_stats":null,"previous_names":["jaimeloeuf/datetime-ts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jaimeloeuf/datetime-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaimeloeuf%2Fdatetime-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaimeloeuf%2Fdatetime-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaimeloeuf%2Fdatetime-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaimeloeuf%2Fdatetime-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jaimeloeuf","download_url":"https://codeload.github.com/Jaimeloeuf/datetime-ts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaimeloeuf%2Fdatetime-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30117472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T08:19:04.902Z","status":"ssl_error","status_checked_at":"2026-03-05T08:17:37.148Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["date","datetime","iso8601","time","timestamp","typescript","unix","unixtimestamp"],"created_at":"2025-07-23T07:08:55.592Z","updated_at":"2026-03-05T09:01:22.608Z","avatar_url":"https://github.com/Jaimeloeuf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# datetime-ts\nA date time library that just works.\n\n\n## Usage\nThis library lets you use the utility either by importing or running a side effect to set `$DateTime` utility on `globalThis` so that it can be used anywhere in your codebase.\n\n### Use as global value (default)\nAll global values have the `$` prefix.\n\n```typescript\n// In your root entry file\n// import module for side effect (makes this available globally)\nimport \"datetime-ts\";\n\n// Any file in your codebase without any import\nconsole.log($DateTime.now.asIsoDate())\n```\n\n### Use as module import\n```typescript\nimport { DateTime } from \"datetime-ts\";\n\nconsole.log(DateTime.now.asIsoDate())\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaimeloeuf%2Fdatetime-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaimeloeuf%2Fdatetime-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaimeloeuf%2Fdatetime-ts/lists"}