Skip to content
New issue

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

DateTime は非推奨なので Time を利用するように促す #2897

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

osyo-manga
Copy link
Contributor

DateTime は現時点では非推奨なライブラリなので DateTime ではなくて Time を利用するように促したほうが背景を知らない人が意図せず DateTime を利用することが防げると思います。

@@ -2,7 +2,7 @@

include Comparable

日付だけでなく時刻も扱える Date のサブクラス [[c:DateTime]] も利用できます。
日付だけでなく時刻も扱える [[c:Time]] も利用できます。
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

バージョンによって文章を変えようかとも思ったのですが

DateTime は deprecated とされているため、
[[c:Time]]を使うことを推奨します。
でも特にバージョンで切り分けていなかったのでそのままにしてあります。

@ohai ohai merged commit 9dccb6d into rurema:master Jun 24, 2024
8 checks passed
@ohai
Copy link
Member

ohai commented Jun 24, 2024

3.0あたりでdeprecatedと宣言されていることが確認されたので分岐は不要でしょう。

@osyo-manga osyo-manga deleted the patch-1 branch June 24, 2024 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants