{"id":23635100,"url":"https://github.com/filinvadim/wall-clock-ticker","last_synced_at":"2026-02-15T00:30:54.642Z","repository":{"id":176096942,"uuid":"654983363","full_name":"filinvadim/wall-clock-ticker","owner":"filinvadim","description":" Ticker that ticks according to wall clock","archived":false,"fork":false,"pushed_at":"2025-01-06T12:23:28.000Z","size":4,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-04T16:53:19.576Z","etag":null,"topics":["golang","golang-library","wall","wall-clock","wall-clock-ticker","wallclock"],"latest_commit_sha":null,"homepage":"https://en.wikipedia.org/wiki/Elapsed_real_time","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/filinvadim.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,"zenodo":null}},"created_at":"2023-06-17T14:20:54.000Z","updated_at":"2025-01-06T12:32:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0ef3221-0a8e-4bb8-9c3f-74eb043a2330","html_url":"https://github.com/filinvadim/wall-clock-ticker","commit_stats":null,"previous_names":["filinvadim/wall-clock-ticker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/filinvadim/wall-clock-ticker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filinvadim%2Fwall-clock-ticker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filinvadim%2Fwall-clock-ticker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filinvadim%2Fwall-clock-ticker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filinvadim%2Fwall-clock-ticker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filinvadim","download_url":"https://codeload.github.com/filinvadim/wall-clock-ticker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filinvadim%2Fwall-clock-ticker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29461911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T22:42:09.113Z","status":"ssl_error","status_checked_at":"2026-02-14T22:42:05.053Z","response_time":53,"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":["golang","golang-library","wall","wall-clock","wall-clock-ticker","wallclock"],"created_at":"2024-12-28T05:30:38.210Z","updated_at":"2026-02-15T00:30:54.626Z","avatar_url":"https://github.com/filinvadim.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003e\n  \u003ca href=\"https://github.com/filinvadim/wall-clock-ticker/actions\"\u003e\u003cimg alt=\"golang-action status\" src=\"https://github.com/filinvadim/wall-clock-ticker/workflows/Go/badge.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# wall-clock-ticker\n\nGolang wall clock ticker is a [Go](http://golang.org/) library that provides a ticker which ticks according to wall clock.\n\nInstallation\n------------\n```sh\ngo get -u github.com/filinvadim/wall-clock-ticker\n```\n\nUsage\n--------\n\nUsing Golang wall clock ticker is very much like time.NewTicker with the addition of an accuracy and start time.\n\nThe following creates a ticker which ticks on the minute according the hosts wall clock with an accuracy of plus or minus one second.\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"time\"\n\n\twct \"github.com/filinvadim/wall-clock-ticker\"\n)\n\nfunc main() {\n\t// ticks every 59th minute of every hour\n\tt := wct.NewWCTicker(time.Minute*59, time.Second)\n\tfor tick := range t.C {\n\t\t// Process tick\n\t\tfmt.Println(\"tick:\", tick)\n\t}\n}\n```\n\nLicense\n-------\nGolang wall clock ticker is available under the [BSD 2-Clause License](https://opensource.org/licenses/BSD-2-Clause).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilinvadim%2Fwall-clock-ticker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilinvadim%2Fwall-clock-ticker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilinvadim%2Fwall-clock-ticker/lists"}