{"id":13503051,"url":"https://github.com/time-rs/time","last_synced_at":"2025-05-08T22:22:27.729Z","repository":{"id":23105381,"uuid":"26459635","full_name":"time-rs/time","owner":"time-rs","description":"The most used Rust library for date and time handling.","archived":false,"fork":false,"pushed_at":"2025-04-22T06:00:40.000Z","size":4005,"stargazers_count":1170,"open_issues_count":19,"forks_count":282,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-05-08T20:54:55.602Z","etag":null,"topics":["date","no-std","rust","time"],"latest_commit_sha":null,"homepage":"https://time-rs.github.io","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/time-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-Apache","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,"zenodo":null},"funding":{"github":"jhpratt","liberapay":"jhpratt","custom":["paypal.me/jhpratt"]}},"created_at":"2014-11-10T22:52:18.000Z","updated_at":"2025-05-07T20:55:44.000Z","dependencies_parsed_at":"2023-07-14T02:10:39.407Z","dependency_job_id":"bb791f86-0b6c-42e3-9bb6-10ffc102741b","html_url":"https://github.com/time-rs/time","commit_stats":{"total_commits":1043,"total_committers":67,"mean_commits":"15.567164179104477","dds":0.09971236816874396,"last_synced_commit":"0a5021869081415571c648ba6c8dae33a7fe6883"},"previous_names":["rust-lang/time"],"tags_count":81,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/time-rs%2Ftime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/time-rs%2Ftime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/time-rs%2Ftime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/time-rs%2Ftime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/time-rs","download_url":"https://codeload.github.com/time-rs/time/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253155599,"owners_count":21862726,"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","no-std","rust","time"],"created_at":"2024-07-31T22:02:34.952Z","updated_at":"2025-05-08T22:22:27.705Z","avatar_url":"https://github.com/time-rs.png","language":"Rust","funding_links":["https://github.com/sponsors/jhpratt","https://liberapay.com/jhpratt","paypal.me/jhpratt"],"categories":["Rust","Libraries","库 Libraries"],"sub_categories":["Date and time","日期和时间 Date and time"],"readme":"# time\n\n[![minimum rustc: 1.67.1](https://img.shields.io/badge/minimum%20rustc-1.67.1-yellowgreen?logo=rust\u0026style=flat-square)](https://www.whatrustisit.com)\n[![version](https://img.shields.io/crates/v/time?color=blue\u0026logo=rust\u0026style=flat-square)](https://crates.io/crates/time)\n[![build status](https://img.shields.io/github/actions/workflow/status/time-rs/time/build.yaml?branch=main\u0026style=flat-square)](https://github.com/time-rs/time/actions)\n[![codecov](https://codecov.io/gh/time-rs/time/branch/main/graph/badge.svg?token=yt4XSmQNKQ)](https://codecov.io/gh/time-rs/time)\n\nDocumentation:\n\n- [latest release](https://docs.rs/time)\n- [main branch](https://time-rs.github.io/api/time)\n- [book](https://time-rs.github.io/book)\n\n## Minimum Rust version policy\n\n`time` is guaranteed to compile with the latest stable release of Rust in addition to the two prior\nminor releases. For example, if the latest stable Rust release is 1.70, then `time` is guaranteed to\ncompile with Rust 1.68, 1.69, and 1.70.\n\nThe minimum supported Rust version may be increased to one of the aforementioned versions if doing\nso provides the end user a benefit. However, the minimum supported Rust version may also be bumped\nto a version four minor releases prior to the most recent stable release if doing so improves code\nquality or maintainability.\n\nFor interoperability with third-party crates, it is guaranteed that there exists a version of that\ncrate that supports the minimum supported Rust version of `time`. This does not mean that the latest\nversion of the third-party crate supports the minimum supported Rust version of `time`.\n\n## Contributing\n\nContributions are always welcome! If you have an idea, it's best to float it by me before working on\nit to ensure no effort is wasted. If there's already an open issue for it, knock yourself out.\nInternal documentation can be viewed [here](https://time-rs.github.io/internal-api/time).\n\nIf you have any questions, feel free to use [Discussions]. Don't hesitate to ask questions — that's\nwhat I'm here for!\n\n[Discussions]: https://github.com/time-rs/time/discussions\n\n## License\n\nThis project is licensed under either of\n\n- [Apache License, Version 2.0](https://github.com/time-rs/time/blob/main/LICENSE-Apache)\n- [MIT license](https://github.com/time-rs/time/blob/main/LICENSE-MIT)\n\nat your option.\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in\ntime by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any\nadditional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftime-rs%2Ftime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftime-rs%2Ftime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftime-rs%2Ftime/lists"}