0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Djangoのチュートリアル2でタイムゾーンがずれて現在の時間が正確でない

Posted at

Djangoチュートリアル2(https://docs.djangoproject.com/ja/4.1/intro/tutorial02/)
のとこまで進めたところで、Djangoでの現在の時間と実際の時間とに9時間のずれがあった。その解決法を記す(超簡単)。

下記のページ
image.png

解決法

mysite/settings.py
TIME_ZONE = 'Asia/Tokyo'

TIME_ZONEのところを日本に変えるそれだけ!以上!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?