{"id":26186948,"url":"https://github.com/ivarref/datewrapper","last_synced_at":"2025-10-08T17:53:12.056Z","repository":{"id":62433816,"uuid":"180095261","full_name":"ivarref/datewrapper","owner":"ivarref","description":null,"archived":false,"fork":false,"pushed_at":"2019-04-08T08:11:55.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-13T04:47:05.821Z","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/ivarref.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}},"created_at":"2019-04-08T07:36:54.000Z","updated_at":"2019-04-08T08:04:00.000Z","dependencies_parsed_at":"2022-11-01T21:01:44.708Z","dependency_job_id":null,"html_url":"https://github.com/ivarref/datewrapper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivarref%2Fdatewrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivarref%2Fdatewrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivarref%2Fdatewrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivarref%2Fdatewrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivarref","download_url":"https://codeload.github.com/ivarref/datewrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243130998,"owners_count":20241174,"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":"2025-03-11T23:35:45.460Z","updated_at":"2025-10-08T17:53:12.000Z","avatar_url":"https://github.com/ivarref.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# datewrapper\n\n`no.ivarref.DateIObj`: a class extending `java.util.Date` and implementing `IObj`.\n\n## Installation\n\nAdd `[no.ivarref/datewrapper \"0.1.0\"]` to your dependencies.\n\n## Code\n\n```java\npackage no.ivarref;\n\nimport clojure.lang.IObj;\nimport clojure.lang.IPersistentMap;\n\nimport java.util.Date;\n\npublic class DateIObj extends Date implements IObj {\n\n    private final IPersistentMap iPersistentMap;\n\n    public DateIObj() {\n        super();\n        this.iPersistentMap = null;\n    }\n\n    public DateIObj(Date d) {\n        super(d.getTime());\n        this.iPersistentMap = null;\n    }\n\n    public DateIObj(Date d, IPersistentMap iPersistentMap) {\n        super(d.getTime());\n        this.iPersistentMap = iPersistentMap;\n    }\n\n    public IObj withMeta(IPersistentMap iPersistentMap) {\n        return new DateIObj(new Date(this.getTime()), iPersistentMap);\n    }\n\n    public IPersistentMap meta() {\n        return iPersistentMap;\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivarref%2Fdatewrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivarref%2Fdatewrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivarref%2Fdatewrapper/lists"}