{"id":17912960,"url":"https://github.com/alllex/minitime-parser","last_synced_at":"2025-09-02T01:37:52.901Z","repository":{"id":186520753,"uuid":"675128353","full_name":"alllex/minitime-parser","owner":"alllex","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-06T13:36:56.000Z","size":121,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T07:14:24.715Z","etag":null,"topics":["date-time","kotlin","kotlin-coroutines","kotlin-multiplatform","parser"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/alllex.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}},"created_at":"2023-08-05T21:57:10.000Z","updated_at":"2023-08-06T15:46:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"539a442a-8830-4440-9461-b0edd8fd8c2d","html_url":"https://github.com/alllex/minitime-parser","commit_stats":null,"previous_names":["alllex/minitime-parser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alllex/minitime-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alllex%2Fminitime-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alllex%2Fminitime-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alllex%2Fminitime-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alllex%2Fminitime-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alllex","download_url":"https://codeload.github.com/alllex/minitime-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alllex%2Fminitime-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273218417,"owners_count":25065913,"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-09-01T02:00:09.058Z","response_time":120,"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":["date-time","kotlin","kotlin-coroutines","kotlin-multiplatform","parser"],"created_at":"2024-10-28T19:48:57.064Z","updated_at":"2025-09-02T01:37:52.880Z","avatar_url":"https://github.com/alllex.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mini date and time multiplatform parser\n\nThis is a Kotlin multiplatform library that uses [Parsus](https://github.com/alllex/parsus) framework to parse date and time strings.\nIt is intentionally very limited for educational purposes.\n\nRead a [blog post](https://blog.alllex.me/posts/2023-08-06-parsing-time-part-1/) about this project.\n\nIt supports only two date and time formats:\n\n```kotlin\nfun main() {\n    fun parse(s: String) = MiniDateTimeGrammar().parseOrThrow(s)\n    println(parse(\"09/01/2007 9:42 am\"))\n    println(parse(\"2077-12-10 5:25\"))\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falllex%2Fminitime-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falllex%2Fminitime-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falllex%2Fminitime-parser/lists"}