{"id":13636581,"url":"https://github.com/Tieske/date","last_synced_at":"2025-04-19T08:32:42.508Z","repository":{"id":45991749,"uuid":"9855766","full_name":"Tieske/date","owner":"Tieske","description":"Date \u0026 Time module for Lua 5.x","archived":false,"fork":false,"pushed_at":"2023-09-06T18:10:34.000Z","size":207,"stargazers_count":250,"open_issues_count":1,"forks_count":54,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-05-18T20:25:33.446Z","etag":null,"topics":["date","datetime","lua"],"latest_commit_sha":null,"homepage":"https://tieske.github.io/date/","language":"Lua","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/Tieske.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}},"created_at":"2013-05-04T15:16:25.000Z","updated_at":"2024-05-18T09:07:43.000Z","dependencies_parsed_at":"2024-01-15T04:06:28.330Z","dependency_job_id":"d3314b69-e6cc-49e9-93f7-3aec20b9a1c6","html_url":"https://github.com/Tieske/date","commit_stats":{"total_commits":54,"total_committers":7,"mean_commits":7.714285714285714,"dds":"0.12962962962962965","last_synced_commit":"e5d38bb4e8b8d258d4fc07f3423aa0ac8d1deb6f"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tieske%2Fdate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tieske%2Fdate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tieske%2Fdate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tieske%2Fdate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tieske","download_url":"https://codeload.github.com/Tieske/date/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223795248,"owners_count":17204136,"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":["date","datetime","lua"],"created_at":"2024-08-02T00:01:02.958Z","updated_at":"2024-11-09T06:30:37.952Z","avatar_url":"https://github.com/Tieske.png","language":"Lua","readme":"# LuaDate v2.2\n\n[![Unix build](https://img.shields.io/github/actions/workflow/status/Tieske/date/unix_build.yml?branch=master\u0026label=Unix%20build\u0026logo=linux)](https://github.com/Tieske/date/actions/workflows/unix_build.yml)\n[![Coveralls code coverage](https://img.shields.io/coveralls/github/Tieske/date?logo=coveralls)](https://coveralls.io/github/Tieske/date)\n[![Lint](https://github.com/Tieske/date/workflows/Lint/badge.svg)](https://github.com/Tieske/date/actions/workflows/lint.yml)\n[![SemVer](https://img.shields.io/github/v/tag/Tieske/date?color=brightgreen\u0026label=SemVer\u0026logo=semver\u0026sort=semver)](CHANGELOG.md)\n\nLua Date and Time module for Lua 5.x.\n\n## Features:\n\n* Date and Time string parsing.\n* Time addition and subtraction.\n* Time span calculation.\n* Support ISO 8601 Dates.\n* Local time support.\n* Lua module (not binary).\n* Formats Date and Time like strftime.\n\n## License\n\n[MIT license](http://opensource.org/licenses/MIT).\n\n## Documentation\n\nDocumentation is available in the `doc` folder, or [online at Github](http://tieske.github.io/date/).\n\n## Tests\n\nTests are located in the `spec` directory and can be run using [busted](http://olivinelabs.com/busted/).\n\n## Changelog:\n\n### Releasing:\n- search for \"copyright\" and update all occurences with proper years\n- update version in:\n  - `README.md` (at the top)\n  - `date.lua` (at the top, and exported field `date.version`)\n  - `index.html` (appr. line 20)\n- update changelog below\n- update rockspec\n- commit as `release x.y.z` (omit trailing 0)\n- tag as `version_x.y.z` (omit trailing 0)\n- push commit \u0026 tags\n- upload rock to luarocks\n\n### Changes:\n\n#### v2.2.1 released 6-Sep-2023\n  - fix parsing timezone offset after a decimal number [#33](https://github.com/Tieske/date/pull/33)\n  - also accept \",\" as a decimal separator [#31](https://github.com/Tieske/date/pull/31)\n  - fix bad function call (no functional impact) [#34](https://github.com/Tieske/date/pull/34)\n\n#### v2.2\n  - add 'centuryflip' to set 2 digit year interpretation [#26](https://github.com/Tieske/date/pull/26)\n#### v2.1.3\n  - fix rockspec for Lua 5.4\n#### v2.1.2\n  - fix scientific notation [#9](https://github.com/Tieske/date/pull/9), now available for Lua 5.3\n#### v2.1.1\n  - fix for '\u003e=' operator [#3](https://github.com/Tieske/date/pull/3), added test suite, added Travis CI, license MIT\n#### v2.1\n  - Lua 5.2 support. Global 'date' will no longer be set.\n#### v2.0\n  - original by Jas Latrix\n","funding_links":[],"categories":["Libraries","资源","Lua","Resources"],"sub_categories":["Time and Date"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTieske%2Fdate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTieske%2Fdate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTieske%2Fdate/lists"}