{"id":25115686,"url":"https://github.com/welpo/dst","last_synced_at":"2025-04-02T11:41:19.114Z","repository":{"id":275659499,"uuid":"922675576","full_name":"welpo/dst","owner":"welpo","description":"See the next DST change in your timezone.","archived":false,"fork":false,"pushed_at":"2025-02-03T21:13:44.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T22:20:21.135Z","etag":null,"topics":["daylight-saving","daylight-saving-time","daylight-savings","dst"],"latest_commit_sha":null,"homepage":"https://dst.osc.garden","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/welpo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"welpo"}},"created_at":"2025-01-26T20:18:32.000Z","updated_at":"2025-02-03T21:13:48.000Z","dependencies_parsed_at":"2025-02-03T22:20:28.101Z","dependency_job_id":"b0885cc7-b438-4d7f-bc1f-5ad70e8a67ae","html_url":"https://github.com/welpo/dst","commit_stats":null,"previous_names":["welpo/dst"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welpo%2Fdst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welpo%2Fdst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welpo%2Fdst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welpo%2Fdst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/welpo","download_url":"https://codeload.github.com/welpo/dst/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246811174,"owners_count":20837745,"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":["daylight-saving","daylight-saving-time","daylight-savings","dst"],"created_at":"2025-02-08T02:33:08.139Z","updated_at":"2025-04-02T11:41:18.866Z","avatar_url":"https://github.com/welpo.png","language":"JavaScript","funding_links":["https://github.com/sponsors/welpo"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://dst.osc.garden\"\u003e\n        \u003cimg src=\"https://img.shields.io/website?url=https%3a%2f%2fdst.osc.garden\u0026style=flat-square\u0026label=app\u0026labelcolor=202b2d\" alt=\"app status\"\u003e\u003c/a\u003e\n    \u003ca href=\"#contributing\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/prs-welcome-0?style=flat-square\u0026labelcolor=202b2d\" alt=\"PRs welcome\"\u003e\u003c/a\u003e\n    \u003ca href=\"#license\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/welpo/dst?style=flat-square\u0026labelcolor=202b2d\" alt=\"license\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/welpo/git-sumi\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/clean_commits-git--sumi-0?style=flat-square\u0026labelcolor=202b2d\" alt=\"clean commits\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://dst.osc.garden\"\u003e\n        \u003cimg src=\"screenshot.webp\" alt=\"Screenshot of dst.osc.garden showing when the next clock change will occur\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://dst.osc.garden\"\u003eTry it now!\u003c/a\u003e\n\u003c/p\u003e\n\nA minimalist web app that shows when your next clock change is happening and how it will affect your sleep. It detects your timezone and shows a countdown to the next Daylight Saving Time transition.\n\nWondering how to handle the time change without disrupting your sleep? Check out [nemui](https://nemui.osc.garden) ([repo](https://github.com/welpo/nemui)), a sleep schedule planner that can help you gradually adjust to the new time.\n\n## Features\n\n- Automatic timezone detection\n- Shows:\n  - Exact date and time of the change\n  - Whether you'll gain or lose an hour of sleep\n  - Countdown to the transition\n  - Current DST status\n- Dark mode support\n- Handles all types of time changes:\n  - Standard DST transitions\n  - Partial-hour changes\n  - Different DST schedules worldwide\n\n## Contributing\n\nContributions are welcome! The app is built with vanilla JavaScript, HTML, and CSS. To run locally:\n\n1. Clone the repository: `git clone https://github.com/welpo/dst.git`\n2. Navigate to the directory: `cd dst/app`\n3. Start a local server: `python3 -m http.server`\n4. Visit `http://localhost:8000` in your browser\n\nThe app consists of three main files:\n\n- `index.html`: Basic structure\n- `styles.css`: Styles\n- `app.js`: Time change detection and display logic\n\n## Need help?\n\n- Questions or ideas → [Start a discussion](https://github.com/welpo/dst/discussions)\n- Found a bug? → [Report it](https://github.com/welpo/dst/issues/new?\u0026labels=bug)\n- Feature request? → [Let me know](https://github.com/welpo/dst/issues/new?\u0026labels=feature)\n\n## License\n\nnemui is free software: you can redistribute it and/or modify it under the terms of the [GNU General Public License as published by the Free Software Foundation](./COPYING), either version 3 of the License, or (at your option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelpo%2Fdst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwelpo%2Fdst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelpo%2Fdst/lists"}