Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーが時刻を入力し、UTC で保存しています。今回は、送信後にテンプレート言語を使用して、ユーザー独自のタイムゾーンで表示したいと考えています。
メソッドを使用できますlocaltime:
localtime
{% load tz %} {% localtime on %} {{ value }} {% endlocaltime %} {% localtime off %} {{ value }} {% endlocaltime %}