Results of 1 - 10 of about 27 for TZ (0.058 sec.)
- タイムゾーン — Django 4.0.6 ドキュメント 16161
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
port is disabled by default. To enable it, set USE_TZ = True in your settings file. 注釈 In Django 5.0, ...
hon 3.8. Changed in Django 3.2: Support for non- pytz timezone implementations was added. Changed in Dja ...
timezone implementation. You may continue to use pytz during the 4.x release cycle via the USE_DEPRECATE ...
D_PYTZ setting. 注釈 django-admin startproject によって生 ...
-
https://man.plustar.jp/django/topics/i18n/timezones.html
- [similar]
- File storage API — Django 4.0.6 ドキュメント 9315
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
zone used will be the current value of os.environ['TZ'] ; note that this is usually set from Django's TI ...
time this will raise NotImplementedError . If USE_TZ is True , returns an aware datetime , otherwise re ...
time this will raise NotImplementedError . If USE_TZ is True , returns an aware datetime , otherwise re ...
time this will raise NotImplementedError . If USE_TZ is True , returns an aware datetime , otherwise re ...
-
https://man.plustar.jp/django/ref/files/storage.html
- [similar]
- 設定 — Django 4.0.6 ドキュメント 9233
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
values as the general TIME_ZONE setting. When USE_TZ is True and this option is set, reading datetimes ...
tetimes in this time zone instead of UTC. When USE_TZ is False , it is an error to set this option. If t ...
れが異なるタイムゾーン設定を持つこともできます。 USE_TZ が False のとき、これは Django が日時を保持するタイ ...
ムゾーンとなります。 USE_TZ が True のとき、これは Django がテンプレート内で日 ...
-
https://man.plustar.jp/django/ref/settings.html
- [similar]
- QuerySet API リファレンス — Django 4.0.6 ドキュメント 8986
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
¶ datetimes ( field_name , kind , order = 'ASC' , tzinfo = None , is_dst = None ) ¶ Returns a QuerySet ...
'DESC' . This specifies how to order the results. tzinfo defines the time zone to which datetimes are c ...
ime zone in use. This parameter must be a datetime.tzinfo object. If it's None , Django uses the current ...
time zone . It has no effect when USE_TZ is False . is_dst indicates whether or not pytz sh ...
-
https://man.plustar.jp/django/ref/models/querysets.html
- [similar]
- django.utils.http — Django 4.0.6 ドキュメント 8739
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
is not in a valid HTTP date format" % date ) try : tz = datetime . timezone . utc year = int ( m [ "year ...
< 100 : current_year = datetime . datetime . now ( tz = tz ) . year current_century = current_year - ( c ...
datetime ( year , month , day , hour , min , sec , tzinfo = tz ) return int ( result . timestamp ()) exc ...
-
https://man.plustar.jp/django/_modules/django/utils/http.html
- [similar]
- Django 4.0 release notes — Django 4.0.6 ドキュメント 8163
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
his is the next step in the migration from using pytz to using zoneinfo . Django 3.2 allowed the use of ...
non- pytz time zones. Django 4.0 makes zoneinfo the default ...
implementation. Support for pytz is now deprecated and will be removed in Django 5. ...
e working with non-UTC time zones, and using the pytz normalize() and localize() APIs, possibly with the ...
-
https://man.plustar.jp/django/releases/4.0.html
- [similar]
- データベース — Django 4.0.6 ドキュメント 7998
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
onnection options (see below), timezone : when USE_TZ is True , 'UTC' by default, or the TIME_ZONE value ...
set for the connection, when USE_TZ is False , the value of the global TIME_ZONE setti ...
lan on using Django's timezone support , use mysql_tzinfo_to_sql to load time zone tables into the MySQL ...
that contains TIMESTAMP columns, you must set USE_TZ = False to avoid data corruption. inspectdb maps t ...
-
https://man.plustar.jp/django/ref/databases.html
- [similar]
- The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 7998
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
pRequest です。 django.template.context_processors.tz ¶ tz ( request ) ¶ このプロセッサが有効な場合、全て ...
cessors.request django.template.context_processors.tz django.contrib.messages.context_processors.message ...
-
https://man.plustar.jp/django/ref/templates/api.html
- [similar]
- Django Utils — Django 4.0.6 ドキュメント 7998
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
re supported; if value describes one, the result's tzinfo attribute is a datetime.timezone instance. par ...
res are not removed. django.utils.timezone ¶ utc ¶ tzinfo instance that represents UTC. get_fixed_timezo ...
ne ( offset ) ¶ Returns a tzinfo instance that represents a time zone with a fi ...
r west of UTC. get_default_timezone () ¶ Returns a tzinfo instance that represents the default time zone ...
-
https://man.plustar.jp/django/ref/utils.html
- [similar]
- Django 1.8.7 リリースノート — Django 4.0.6 ドキュメント 7998
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
e debug view during the autumn DST change when USE_TZ is False and pytz is installed. Fixed a regression ...
-
https://man.plustar.jp/django/releases/1.8.7.html
- [similar]