{"id":16724308,"url":"https://github.com/badboy/iso8601","last_synced_at":"2025-05-15T14:07:25.496Z","repository":{"id":34351747,"uuid":"38273491","full_name":"badboy/iso8601","owner":"badboy","description":"Parsing ISO8601 dates using nom","archived":false,"fork":false,"pushed_at":"2025-02-03T10:07:28.000Z","size":6077,"stargazers_count":75,"open_issues_count":6,"forks_count":24,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-10T23:32:09.952Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.rs/iso8601/","language":"Rust","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/badboy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2015-06-29T21:59:52.000Z","updated_at":"2025-02-02T14:09:04.000Z","dependencies_parsed_at":"2024-05-16T21:25:54.983Z","dependency_job_id":"60525140-4484-41a7-b0ae-a91fc4ad7c10","html_url":"https://github.com/badboy/iso8601","commit_stats":{"total_commits":173,"total_committers":15,"mean_commits":"11.533333333333333","dds":0.4277456647398844,"last_synced_commit":"3d37e0f99ea901c807eebbd41cc2ef3f42ed4754"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fiso8601","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fiso8601/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fiso8601/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fiso8601/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badboy","download_url":"https://codeload.github.com/badboy/iso8601/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254355335,"owners_count":22057354,"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":[],"created_at":"2024-10-12T22:44:45.491Z","updated_at":"2025-05-15T14:07:20.488Z","avatar_url":"https://github.com/badboy.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# omnomnom - ~~Eating~~ Parsing [ISO8601][iso] dates using [nom][]\n\n[![crates.io](https://img.shields.io/crates/v/iso8601?style=flat-square)](https://crates.io/crates/iso8601)\n[![docs.rs docs](https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square)](https://docs.rs/iso8601)\n[![License: MIT](https://img.shields.io/github/license/badboy/iso8601?style=flat-square)](LICENSE)\n[![Build status](https://img.shields.io/github/actions/workflow/status/badboy/iso8601/ci.yaml?branch=main)](https://github.com/badboy/iso8601/actions/workflows/ci.yaml)\n\n[iso]: https://en.wikipedia.org/wiki/ISO_8601\n[nom]: https://github.com/Geal/nom\n\n![omnomnom](http://24.media.tumblr.com/tumblr_lttcbyLaoP1r44hlho1_400.gif)\n\n```rust,ignore\nlet datetime = iso8601::datetime(\"2015-06-26T16:43:23+0200\").unwrap();\n\n// the above will give you:\nDateTime {\n    date: Date::YMD {\n        year: 2015,\n        month: 6,\n        day: 26,\n    },\n    time: Time {\n        hour: 16,\n        minute: 43,\n        second: 23,\n        tz_offset_hours: 2,\n        tz_offset_minutes: 0,\n    },\n};\n```\n\nStill rough around the edges, though it won't fail with timezone offsets of half an hour anymore.\nIt's also safe for kittens now.\n\n# [Documentation][docs]\n\n[Documentation][docs] is online.\n\n# License\n\nMIT Licensed. See [LICENSE]()\n\n[docs]: https://docs.rs/iso8601/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadboy%2Fiso8601","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadboy%2Fiso8601","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadboy%2Fiso8601/lists"}