{"id":18378086,"url":"https://github.com/mlabbe/c_date_parse","last_synced_at":"2025-04-06T22:32:13.307Z","repository":{"id":143152031,"uuid":"59917358","full_name":"mlabbe/c_date_parse","owner":"mlabbe","description":"Parse ISO8601 date strings in C","archived":true,"fork":false,"pushed_at":"2016-05-28T22:44:25.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T22:42:08.259Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlabbe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2016-05-28T22:43:03.000Z","updated_at":"2024-11-08T13:10:02.000Z","dependencies_parsed_at":"2023-04-03T21:47:31.364Z","dependency_job_id":null,"html_url":"https://github.com/mlabbe/c_date_parse","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/mlabbe%2Fc_date_parse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlabbe%2Fc_date_parse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlabbe%2Fc_date_parse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlabbe%2Fc_date_parse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlabbe","download_url":"https://codeload.github.com/mlabbe/c_date_parse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247563901,"owners_count":20958971,"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-11-06T00:31:05.939Z","updated_at":"2025-04-06T22:32:13.301Z","avatar_url":"https://github.com/mlabbe.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Date parsing in C #\n\n*Library quality: works after hacking*\n\nThis code is able to parse dates in C and display them in a number of formats.  It was ripped from Git, and as such, is available under the GPLv2.\n\nIt also depends on a bunch of posix-like things and is not cross platform.  But, if you are working on a Linux (possibly Mac?) program that needs powerful date parsing and can tolerate the GPLv2, this will do the trick.\n\n## Notes ##\n\n - Compiles with --std=gnu89, so just add the .c and the .h to your project.\n - See the main() at the bottom for possible usage demonstration.\n - This was done because the author needed ISO8601 date parsing in C.  Not much else is tested.\n - Git uses `struct strbuf` strings, but these were replaced with char * to reduce the amount of things I had to pull in.\n - `DATE_PARSE_ENABLE` is an #ifdef guard which excludes parts of the code I didn't port.\n - It works.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlabbe%2Fc_date_parse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlabbe%2Fc_date_parse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlabbe%2Fc_date_parse/lists"}