{"id":15902248,"url":"https://github.com/hallerpatrick/time-humanize","last_synced_at":"2026-03-10T19:32:26.710Z","repository":{"id":57669800,"uuid":"427937118","full_name":"HallerPatrick/time-humanize","owner":"HallerPatrick","description":"Display time in a human readable fashion","archived":false,"fork":false,"pushed_at":"2021-11-21T19:01:41.000Z","size":2594,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-24T02:44:00.541Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hallerpatrick.github.io/time-humanize/time_humanize/","language":"Rust","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/HallerPatrick.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":"2021-11-14T13:31:31.000Z","updated_at":"2023-11-06T20:41:24.000Z","dependencies_parsed_at":"2022-09-26T20:40:36.862Z","dependency_job_id":null,"html_url":"https://github.com/HallerPatrick/time-humanize","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HallerPatrick%2Ftime-humanize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HallerPatrick%2Ftime-humanize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HallerPatrick%2Ftime-humanize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HallerPatrick%2Ftime-humanize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HallerPatrick","download_url":"https://codeload.github.com/HallerPatrick/time-humanize/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221796080,"owners_count":16881782,"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-06T11:23:25.511Z","updated_at":"2026-03-10T19:32:26.669Z","avatar_url":"https://github.com/HallerPatrick.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# time-humanize\n\nA rust crate that displays duration in a human readable format.\n\nThis project is a port of [chrono-humanize-rs](https://github.com/imp/chrono-humanize-rs) and\nnow has 0 dependencies.\n\n\n# Usage\n\n```rust\nuse std::time::Duration;\nuse time_humanize::HumanTime;\n\n\nlet duration = Duration::from_secs(60);\nlet human_time = HumanTime::from(duration);\nprintln!(\"{}\", human_time);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhallerpatrick%2Ftime-humanize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhallerpatrick%2Ftime-humanize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhallerpatrick%2Ftime-humanize/lists"}