{"id":15767524,"url":"https://github.com/lmangani/rust-date-parser-js","last_synced_at":"2026-05-11T05:46:37.751Z","repository":{"id":145716682,"uuid":"459330473","full_name":"lmangani/rust-date-parser-js","owner":"lmangani","description":"RFC3339 Date to Microsecond Timestamp wasm rust module","archived":false,"fork":false,"pushed_at":"2023-01-21T00:58:20.000Z","size":89,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-05T13:22:39.298Z","etag":null,"topics":["date","javascript","js","microsecond","node","nodejs","parser","rust"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/lmangani.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},"funding":{"github":["lmangani"]}},"created_at":"2022-02-14T21:25:31.000Z","updated_at":"2022-06-21T21:35:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3d53661-0189-449d-8d90-322f9e05ee98","html_url":"https://github.com/lmangani/rust-date-parser-js","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/lmangani%2Frust-date-parser-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Frust-date-parser-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Frust-date-parser-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Frust-date-parser-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmangani","download_url":"https://codeload.github.com/lmangani/rust-date-parser-js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246458003,"owners_count":20780677,"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","javascript","js","microsecond","node","nodejs","parser","rust"],"created_at":"2024-10-04T13:22:36.974Z","updated_at":"2026-05-11T05:46:37.655Z","avatar_url":"https://github.com/lmangani.png","language":"JavaScript","funding_links":["https://github.com/sponsors/lmangani"],"categories":[],"sub_categories":[],"readme":"# ⏱️ chrono-parse-rfc3339\nRFC3339 Date to Microsecond Timestamp wasm module based on Rust Chrono\n\n### 🥇 Install\n```bash\nnpm install @qxip/chrono-parse-rfc3339\n```\n\n### Functions\n- `parse_rfc3339` to nanoseconds\n- `parse_nanos` to rfc3339\n- `parse_micros` to rfc3339\n\n\n### 🥈 Use\n```javascript\nconst { parse_rfc3339, parse_nanos } = require(\"@qxip/chrono-parse-rfc3339\");\n\nconst rfc3339 = \"2018-12-18T08:28:06.801064-04:00\"; // = 1545136086801064\nconst s = parse_rfc3339(rfc3339);\nconsole.log(s); // 1545136086801064\n\nconst reverse = parse_nanos(s);\nconsole.log(reverse); // = 2018-12-18T12:28:06.801064+00:00\n\n```\n\n### 🏗️ Build\nRebuild wasm package release. Not needed for regular module usage.\n```bash\nnpm install\nnpm run build\nnpm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmangani%2Frust-date-parser-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmangani%2Frust-date-parser-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmangani%2Frust-date-parser-js/lists"}