{"id":14995787,"url":"https://github.com/maniartech/mojo-datetime","last_synced_at":"2026-02-17T22:36:20.158Z","repository":{"id":223820580,"uuid":"761625949","full_name":"maniartech/mojo-datetime","owner":"maniartech","description":"DateTime library in pure Mojo language","archived":false,"fork":false,"pushed_at":"2024-02-27T10:44:00.000Z","size":45,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T13:38:41.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/maniartech.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-02-22T07:20:05.000Z","updated_at":"2024-02-29T23:52:46.000Z","dependencies_parsed_at":"2024-09-24T16:22:53.465Z","dependency_job_id":"3f48dc35-ff9c-4489-b40f-747c0139947b","html_url":"https://github.com/maniartech/mojo-datetime","commit_stats":null,"previous_names":["maniartech/mojo-datetime"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maniartech/mojo-datetime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maniartech%2Fmojo-datetime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maniartech%2Fmojo-datetime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maniartech%2Fmojo-datetime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maniartech%2Fmojo-datetime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maniartech","download_url":"https://codeload.github.com/maniartech/mojo-datetime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maniartech%2Fmojo-datetime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276940143,"owners_count":25732250,"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-09-25T02:00:09.612Z","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":"2024-09-24T16:19:49.084Z","updated_at":"2025-09-25T15:31:29.392Z","avatar_url":"https://github.com/maniartech.png","language":null,"readme":"# Mojo DateTime - Work In Progress\n\n`mojo-datetime` is a library for working with date, time, and timezone information in Mojo programming language.\n\n## Example\n\n```py\nfrom datetime import utc_now, Duration\n\nlet now = utc_now()\nprint(\"Current time in UTC\", now) # Current time in UTC 2021-08-15T12:00:00Z\n\nlet local_time = now.add(Duration.hours(5.5))\nprint(\"Current time in IST\", local_time) # Current time in IST 2021-08-15T17:30:00Z\n\nlet tomorrow = now.add(Duration.days(1))\nprint(\"Tomorrow in UTC\", tomorrow) # Tomorrow in UTC 2021-08-16T12:00:00Z\n```\n","funding_links":[],"categories":["Date and Time"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaniartech%2Fmojo-datetime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaniartech%2Fmojo-datetime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaniartech%2Fmojo-datetime/lists"}