{"id":16527179,"url":"https://github.com/zignis/time-iso8601","last_synced_at":"2026-04-13T02:47:56.669Z","repository":{"id":233300749,"uuid":"786986116","full_name":"zignis/time-iso8601","owner":"zignis","description":"Serialize and deserialize date-time in ISO-8601 format","archived":false,"fork":false,"pushed_at":"2024-04-15T17:14:49.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T16:22:41.379Z","etag":null,"topics":["iso8601","serde","time"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/time-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/zignis.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-15T17:11:22.000Z","updated_at":"2024-04-15T17:16:41.000Z","dependencies_parsed_at":"2024-04-15T17:28:58.274Z","dependency_job_id":null,"html_url":"https://github.com/zignis/time-iso8601","commit_stats":null,"previous_names":["zignis/time-iso8601"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zignis%2Ftime-iso8601","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zignis%2Ftime-iso8601/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zignis%2Ftime-iso8601/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zignis%2Ftime-iso8601/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zignis","download_url":"https://codeload.github.com/zignis/time-iso8601/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241139587,"owners_count":19916465,"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":["iso8601","serde","time"],"created_at":"2024-10-11T17:33:56.915Z","updated_at":"2026-04-13T02:47:56.614Z","avatar_url":"https://github.com/zignis.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# time-iso8601\n\nSerializes and deserializes [`OffsetDateTime`](https://docs.rs/time/latest/time/struct.OffsetDateTime.html) from the\n[`time`](https://docs.rs/time) crate in 4-digit year format with 2-digit time precision to\nwork with the majority of web frameworks.\n\n# Examples\n\n```rust\nuse serde::{Serialize, Deserialize};\nuse time::OffsetDateTime;\n\n#[derive(Debug, Serialize, Deserialize)]\nstruct User {\n    #[serde(with = \"time-iso8601\")]\n    datetime_field: OffsetDateTime,\n    #[serde(with = \"time-iso8601::option\")]\n    optional_field: Option\u003cOffsetDateTime\u003e,\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzignis%2Ftime-iso8601","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzignis%2Ftime-iso8601","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzignis%2Ftime-iso8601/lists"}