{"id":13507768,"url":"https://github.com/atabary/moment","last_synced_at":"2026-02-24T04:01:30.576Z","repository":{"id":20505700,"uuid":"23784254","full_name":"atabary/moment","owner":"atabary","description":"Moment is designed to bring easy date and time handling to Elixir.","archived":false,"fork":false,"pushed_at":"2015-10-10T21:12:52.000Z","size":234,"stargazers_count":28,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T09:48:27.671Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atabary.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-08T08:44:18.000Z","updated_at":"2025-01-19T11:28:02.000Z","dependencies_parsed_at":"2022-08-21T18:21:07.515Z","dependency_job_id":null,"html_url":"https://github.com/atabary/moment","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/atabary%2Fmoment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atabary%2Fmoment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atabary%2Fmoment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atabary%2Fmoment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atabary","download_url":"https://codeload.github.com/atabary/moment/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246301963,"owners_count":20755512,"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":"2024-08-01T02:00:38.796Z","updated_at":"2025-10-21T15:04:28.720Z","avatar_url":"https://github.com/atabary.png","language":"Elixir","funding_links":[],"categories":["Date and Time"],"sub_categories":[],"readme":"# Moment\n\n[![Build Status](http://img.shields.io/travis/atabary/moment/master.svg)](https://travis-ci.org/atabary/moment)\n\nMoment is designed to bring easy date and time handling to Elixir. Its semantic (notably for formatting/parsing) is inspired by [Moment.js](http://momentjs.com/).\n\n\n## Examples\n\n```elixir\niex(1)\u003e Moment.now()\n%Moment{day: 11, hour: 15, minute: 8, month: 9, nanosecond: 228523000,\n offset: 540, second: 13, year: 2014}\n\niex(2)\u003e Moment.utcnow()\n%Moment{day: 11, hour: 6, minute: 8, month: 9, nanosecond: 84602000, offset: 0,\n second: 17, year: 2014}\n\niex(3)\u003e Moment.format(Moment.now(), \"YYYY/MM/DD HH:mm\")\n\"2014/09/11 15:08\"\n\niex(4)\u003e Moment.parse!(\"2014/09/11 15:08\", \"YYYY/MM/DD HH:mm\")\n%Moment{day: 11, hour: 15, minute: 8, month: 9, nanosecond: 0, offset: 540,\n second: 0, year: 2014}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatabary%2Fmoment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatabary%2Fmoment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatabary%2Fmoment/lists"}