javascript-tutorial / javascript-tutorial/en.javascript.info
Alternative solution to getSecondsToday() task is wrong
未關閉
還沒有人認領這個 Issue。
- 主要語言
- HTML
- 星號
- 25.5k
- 分支
- 4k
- PR 合併指標
- 30 天內沒有已合併 PR
描述
The two solutions to getSecondsToday() return different results on a day where the time changes due to daylight savings time, such as d = new Date(2022, 2, 13, 4). The first solution correctly takes into account the time adjustment while the second does not.
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
開啟包含 getSecondsToday() 的教學任務,並比較其中的兩個解決方案。使用 new Date(2022, 2, 13, 4) 在夏令時間轉換日重現該差異;完成的標準是替代解決方案產生與第一個解決方案相同的考慮夏令時間的結果。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript
- 領域
- documentation
- Issue 類型
- 文件
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 50/100