{"id":16713126,"url":"https://github.com/picrap/rfc3339","last_synced_at":"2025-03-15T05:18:40.375Z","repository":{"id":149989662,"uuid":"622371403","full_name":"picrap/Rfc3339","owner":"picrap","description":"RFC 3339 formatter and parser","archived":false,"fork":false,"pushed_at":"2023-04-02T15:52:40.000Z","size":85,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T16:36:42.156Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/picrap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2023-04-01T22:54:49.000Z","updated_at":"2023-04-01T22:54:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"155a4aa1-197b-4cf8-957d-782caf25587c","html_url":"https://github.com/picrap/Rfc3339","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/picrap%2FRfc3339","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FRfc3339/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FRfc3339/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FRfc3339/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/picrap","download_url":"https://codeload.github.com/picrap/Rfc3339/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243685812,"owners_count":20331024,"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-12T20:45:35.895Z","updated_at":"2025-03-15T05:18:40.353Z","avatar_url":"https://github.com/picrap.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RFC3339: a formatter and a parser\n\nA very simple formatter and parser for RFC 3339 dates and times, working correctly with `DateTimeOffset`.\n\n## Package\n\nAvailable as a [![NuGet](https://img.shields.io/nuget/v/Rfc3339.svg?style=flat-square)](https://www.nuget.org/packages/Rfc3339) package.\n\n## How to use it\n```csharp\nvar dateTime = DateTime.Now;\nvar rfcDateTime = Rfc3339Formatter.Format(dateTime);\n\nvar dateTimeOffset = DateTimeOffset.Now;\nvar rfcDateTimeOffset = Rfc3339Formatter.Format(dateTimeOffset);\n\nRfc3339Parser.TryParse(rfcDateTime, out DateTimeOffset originalDateTimeOffset);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicrap%2Frfc3339","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpicrap%2Frfc3339","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicrap%2Frfc3339/lists"}