{"id":16653121,"url":"https://github.com/nitin-bommi/date-and-time","last_synced_at":"2026-04-17T04:02:08.572Z","repository":{"id":112157716,"uuid":"227300058","full_name":"nitin-bommi/Date-and-Time","owner":"nitin-bommi","description":"Operations on datetime, calendar modules ","archived":false,"fork":false,"pushed_at":"2019-12-19T11:03:29.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T17:17:42.127Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/nitin-bommi.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":"2019-12-11T07:11:13.000Z","updated_at":"2020-10-23T09:52:45.000Z","dependencies_parsed_at":"2023-04-05T15:34:22.970Z","dependency_job_id":null,"html_url":"https://github.com/nitin-bommi/Date-and-Time","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nitin-bommi/Date-and-Time","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitin-bommi%2FDate-and-Time","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitin-bommi%2FDate-and-Time/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitin-bommi%2FDate-and-Time/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitin-bommi%2FDate-and-Time/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nitin-bommi","download_url":"https://codeload.github.com/nitin-bommi/Date-and-Time/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitin-bommi%2FDate-and-Time/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31914458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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-10-12T09:43:15.607Z","updated_at":"2026-04-17T04:02:08.537Z","avatar_url":"https://github.com/nitin-bommi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Date-and-Time\n\n#### Many operations can be performed on date and time.\n\n__Python provides a module `datetime` which contains many classes which include__ :-\n+ `date`\n+ `time`\n+ `calendar`\n+ `datetime`\n\nand so on.\n\n## Getting started\nWe get access to this module by importing it using, \n```python\nimport datetime\n```\n\nAfter importing this module and a specific Class of our requirement, we create an instance of this Class by initialising an object.\nWe use various methods associated with that object to perform the tast.\n\nUsually, while importing the module, we import the class also.\n```python\nfrom datetime import date\n```\n\n__Basic operations like__\n* Comparison\n* Arithmetic operations\n* Date difference.\n\ncan be performed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitin-bommi%2Fdate-and-time","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitin-bommi%2Fdate-and-time","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitin-bommi%2Fdate-and-time/lists"}