{"id":24737267,"url":"https://github.com/jabirdev/get-time-ago","last_synced_at":"2026-05-07T01:07:39.797Z","repository":{"id":170187163,"uuid":"228558294","full_name":"JabirDev/get-time-ago","owner":"JabirDev","description":null,"archived":false,"fork":false,"pushed_at":"2019-12-17T22:38:05.000Z","size":155,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T17:44:47.453Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JabirDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-12-17T07:27:44.000Z","updated_at":"2019-12-17T22:38:07.000Z","dependencies_parsed_at":"2024-08-06T10:48:26.692Z","dependency_job_id":null,"html_url":"https://github.com/JabirDev/get-time-ago","commit_stats":null,"previous_names":["jabirdev/get-time-ago"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/JabirDev/get-time-ago","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JabirDev%2Fget-time-ago","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JabirDev%2Fget-time-ago/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JabirDev%2Fget-time-ago/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JabirDev%2Fget-time-ago/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JabirDev","download_url":"https://codeload.github.com/JabirDev/get-time-ago/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JabirDev%2Fget-time-ago/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270076934,"owners_count":24523029,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"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":[],"created_at":"2025-01-27T22:07:37.166Z","updated_at":"2026-05-07T01:07:34.766Z","avatar_url":"https://github.com/JabirDev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Get time ago android library\n=========================================\n[![JitPack](https://jitpack.io/v/JabirDev/get-time-ago.svg)](https://jitpack.io/#JabirDev/git-time-ago)\n\n## Gradle\nAdd JitPack repository:\n```java\nrepositories {\n        maven { url 'https://jitpack.io' }\n    }\n```\nAnd the dependency:\n```java\ndependencies {\n    implementation 'com.github.JabirDev:get-time-ago:1.0.0'\n}\n```\n\n## Screenshot\n![get-time-ago](https://raw.githubusercontent.com/JabirDev/get-time-ago/master/device-2019-12-17-145104.png)\n\n## Usage\n\nIt's very simple to use, you just need to passing a date. This an example to get time ago.\n\n```java\nTextView tv = findViewById(R.id.textView);\n@SuppressLint(\"SimpleDateFormat\") SimpleDateFormat df = new SimpleDateFormat(\"yyyy-MM-dd'T'HH:mm:ss'+'\");\ntry {\n   Date date = df.parse(\"2019-12-17T14:33:00+\");\n   tv.setText(TimeAgo.get(date));\n} catch (ParseException e) {\n   e.printStackTrace();\n   tv.setText(e.getMessage());\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabirdev%2Fget-time-ago","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjabirdev%2Fget-time-ago","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabirdev%2Fget-time-ago/lists"}