{"id":28393340,"url":"https://github.com/hong4rc/next","last_synced_at":"2026-05-03T07:43:27.403Z","repository":{"id":62421808,"uuid":"318863998","full_name":"hong4rc/next","owner":"hong4rc","description":"https://deno.land/x/next Get coming time after input with hour, minute, second, timezone","archived":false,"fork":false,"pushed_at":"2020-12-06T07:20:33.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-03T07:43:17.741Z","etag":null,"topics":["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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hong4rc.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}},"created_at":"2020-12-05T18:46:39.000Z","updated_at":"2024-06-27T00:09:07.000Z","dependencies_parsed_at":"2022-11-01T17:31:58.107Z","dependency_job_id":null,"html_url":"https://github.com/hong4rc/next","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hong4rc/next","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hong4rc%2Fnext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hong4rc%2Fnext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hong4rc%2Fnext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hong4rc%2Fnext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hong4rc","download_url":"https://codeload.github.com/hong4rc/next/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hong4rc%2Fnext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32562118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["deno","time","typescript"],"created_at":"2025-05-31T16:09:15.369Z","updated_at":"2026-05-03T07:43:27.399Z","avatar_url":"https://github.com/hong4rc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# next\n\n\u003e Get coming time after input with hour, minute, second, timezone\n\n## Usage\n\n```js\nimport next from 'https://deno.land/x/next@0.0.1/index.ts';\n\nnext({ hour: 3, minute: 3, timezone: 6.5}, new Date('Nov 13 2020 03:01:00 GMT+0630'))\n//=\u003e 2020-11-12T20:33:00.000Z\n```\n\n## API\n\nReturn coming time after `now` with hour, minute, seconds from `input`\n\n```ts\ninterface Input {\n    hour?: number;\n    minute?: number;\n    second?: number;\n    timezone?: number;\n}\nnext(input: Input, now?: Date | number) =\u003e Date\n```\n\n#### input\n\nnormal `hour`, `minute`, `second` and `timezone`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhong4rc%2Fnext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhong4rc%2Fnext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhong4rc%2Fnext/lists"}