We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不具合・バグ詳細 (Describe the bug) 当月最後の公開日から月末までの期間中、次回公開日の表示がおかしくなる。
再現方法 (To Reproduce) 当月最後の公開日から月末までの期間中にIchitabi Timerを閲覧する。
期待される動作 (Expected behavior) 正しい次回公開日が表示される。
スクリーンショット (Screenshots)
端末情報 端末によらない不具合
The text was updated successfully, but these errors were encountered:
Fix src/App.tsx
12a7749
Fix issue #3 次回公開日取得ロジックの不具合修正 commit d7d62a3 と同様の修正を実施
原因 次回公開日の月と週と曜日を取得する関数 getPubMonthWeekDay における setMonth で1日を指定していなかった。 例えば、getPubMonthWeekDay の引数 date が3月31日だった場合、当該関数内の dateNextMonth に setMonth で1日を指定しないと、dateNextMonth は4月31日=5月1日となる。つまり、本来は4月の公開日が取得されるはずなのに、5月の公開日が取得される。 以前のcommit d7d62a3 でも同様の修正をしているため、この時点で全ての setMonth をチェックしていれば、より迅速に対応できたかもしれない。
getPubMonthWeekDay
setMonth
date
dateNextMonth
Sorry, something went wrong.
denkiuo604
No branches or pull requests
不具合・バグ詳細 (Describe the bug)
当月最後の公開日から月末までの期間中、次回公開日の表示がおかしくなる。
再現方法 (To Reproduce)
当月最後の公開日から月末までの期間中にIchitabi Timerを閲覧する。
期待される動作 (Expected behavior)
正しい次回公開日が表示される。
スクリーンショット (Screenshots)
端末情報
端末によらない不具合
The text was updated successfully, but these errors were encountered: