{"id":15486009,"url":"https://github.com/tak-iwamoto/ptera","last_synced_at":"2025-09-06T18:32:19.704Z","repository":{"id":45220567,"uuid":"365563907","full_name":"Tak-Iwamoto/ptera","owner":"Tak-Iwamoto","description":"Ptera is DateTime library for Deno","archived":false,"fork":false,"pushed_at":"2024-07-02T10:46:52.000Z","size":314,"stargazers_count":77,"open_issues_count":9,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T05:45:22.650Z","etag":null,"topics":["date","datetime","deno","time","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tak-Iwamoto.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}},"created_at":"2021-05-08T16:40:30.000Z","updated_at":"2024-09-30T22:29:05.000Z","dependencies_parsed_at":"2023-01-29T17:46:03.577Z","dependency_job_id":null,"html_url":"https://github.com/Tak-Iwamoto/ptera","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tak-Iwamoto%2Fptera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tak-Iwamoto%2Fptera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tak-Iwamoto%2Fptera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tak-Iwamoto%2Fptera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tak-Iwamoto","download_url":"https://codeload.github.com/Tak-Iwamoto/ptera/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232137212,"owners_count":18477791,"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":["date","datetime","deno","time","typescript"],"created_at":"2024-10-02T06:05:39.204Z","updated_at":"2025-01-02T00:07:00.274Z","avatar_url":"https://github.com/Tak-Iwamoto.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ptera\n\n[![ci](https://github.com/Tak-Iwamoto/ptera/actions/workflows/ci.yml/badge.svg)](https://github.com/Tak-Iwamoto/ptera/actions/workflows/ci.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://tak-iwamoto.github.io/ptera/\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/36841033/126181352-800b8efb-220e-435c-91e2-2f60e82c44df.png\" alt=\"ptera-log\"\u003e\u003c/a\u003e\u003c/p\u003e\n\nPtera is DateTime library for Deno.\n\nFully Written in Deno.\n\nHeavily inspired by the great libraries\n[Luxon](https://github.com/moment/luxon),\n[Day.js](https://github.com/iamkun/dayjs),\n[Moment.js](https://github.com/moment/moment).\n\n## Features\n\n- Immutable, chainable\n- Parsing and Formatting\n- Timezone and Intl support\n\n## Getting Started\n\n### API\n\n```typescript\nimport { datetime } from \"https://deno.land/x/ptera/mod.ts\";\n\ndatetime(\"2021-06-30T21:15:30.200\");\n\n// timezone\ndatetime().toZonedTime(\"Asia/Tokyo\");\n\n// locale\ndatetime().setLocale(\"fr\");\n\n// add, subtract\ndatetime().add({ year: 1 });\ndatetime().subtract({ day: 1 });\n```\n\n### Documentation\n\nhttps://tak-iwamoto.github.io/ptera/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftak-iwamoto%2Fptera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftak-iwamoto%2Fptera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftak-iwamoto%2Fptera/lists"}