{"id":19666577,"url":"https://github.com/xaionaro-go/timeapiio","last_synced_at":"2026-06-10T04:31:00.624Z","repository":{"id":257344020,"uuid":"857874489","full_name":"xaionaro-go/timeapiio","owner":"xaionaro-go","description":"A Go client to timeapi.io","archived":false,"fork":false,"pushed_at":"2024-09-15T20:33:21.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-22T04:03:42.127Z","etag":null,"topics":["go","golang","timeapi","timeapi-io"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xaionaro-go.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-09-15T20:33:12.000Z","updated_at":"2024-09-15T20:33:56.000Z","dependencies_parsed_at":"2024-09-16T05:56:07.701Z","dependency_job_id":"2016a76b-bce7-4f15-9b17-86f5be945b99","html_url":"https://github.com/xaionaro-go/timeapiio","commit_stats":null,"previous_names":["xaionaro-go/timeapiio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xaionaro-go/timeapiio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Ftimeapiio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Ftimeapiio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Ftimeapiio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Ftimeapiio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xaionaro-go","download_url":"https://codeload.github.com/xaionaro-go/timeapiio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Ftimeapiio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34137570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["go","golang","timeapi","timeapi-io"],"created_at":"2024-11-11T16:28:09.216Z","updated_at":"2026-06-10T04:31:00.598Z","avatar_url":"https://github.com/xaionaro-go.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Go client to [https://www.timeapi.io/](https://www.timeapi.io/)\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"time\"\n\n\t\"github.com/xaionaro-go/timeapiio\"\n)\n\nfunc main() {\n\tt, err := timeapiio.Now()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tfmt.Printf(\"the difference between local and remote clock is %v\\n\", time.Since(t))\n}\n```\n\n```\nxaionaro@void:~/go/src/github.com/xaionaro-go/timeapiio$ go run ./example/main.go\nthe difference between local and remote clock is 14.386375ms\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaionaro-go%2Ftimeapiio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxaionaro-go%2Ftimeapiio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaionaro-go%2Ftimeapiio/lists"}