{"id":15061063,"url":"https://github.com/aeghost/fmtime","last_synced_at":"2026-02-18T12:32:11.261Z","repository":{"id":240909631,"uuid":"803727844","full_name":"aeghost/fmtime","owner":"aeghost","description":"Format time in OCaml, should be used with Fmt module","archived":false,"fork":false,"pushed_at":"2024-05-21T10:42:42.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T15:47:57.618Z","etag":null,"topics":["format","ocaml","time"],"latest_commit_sha":null,"homepage":"","language":"OCaml","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/aeghost.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,"publiccode":null,"codemeta":null}},"created_at":"2024-05-21T09:20:31.000Z","updated_at":"2024-05-21T11:40:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b7c7402-d3b7-43f9-9438-139d63187eec","html_url":"https://github.com/aeghost/fmtime","commit_stats":null,"previous_names":["aeghost/fmtime"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aeghost/fmtime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeghost%2Ffmtime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeghost%2Ffmtime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeghost%2Ffmtime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeghost%2Ffmtime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aeghost","download_url":"https://codeload.github.com/aeghost/fmtime/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeghost%2Ffmtime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29578969,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["format","ocaml","time"],"created_at":"2024-09-24T23:08:42.938Z","updated_at":"2026-02-18T12:32:11.244Z","avatar_url":"https://github.com/aeghost.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fmtime\n\nFormat time in OCaml, should be used with Fmt module\n\nExported to this github for save purpose (just in case I need it in the future)\n\n## Usage\n\nUse as fmt formatter - By default it uses 5424 standard\n\n```ocaml\n(* Use it as formatter *)\nFmt.pr \"Now: %a@.\" Fmtime.RFC_5424.pp_now ()\n\n(* RFC 2822 is available for fellow Linuxians *)\nFmt.pr \"1s after the zero as a linuxian: %a@.\" Fmtime.RFC_2822.pp 1.\n\n(* You can use as simple string if not confortable with Fmt *)\nprint_endline Fmtime.RFC_5424.(now ())\n```\n\n## Tests\n\nRun `make tests` to see it work (its just strings).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeghost%2Ffmtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faeghost%2Ffmtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeghost%2Ffmtime/lists"}