Results of 1 - 10 of about 16 for tzinfo (0.014 sec.)
- Database Functions — Django 4.0.6 ドキュメント 15093
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
class Extract ( expression , lookup_name = None , tzinfo = None , ** extra ) ¶ Extracts a component of a da ...
use any lookup_name that your database supports. A tzinfo subclass, usually provided by zoneinfo , can be pa ...
eField extracts ¶ class ExtractYear ( expression , tzinfo = None , ** extra ) ¶ lookup_name = 'year' class E ...
xtractIsoYear ( expression , tzinfo = None , ** extra ) ¶ Returns the ISO-8601 week-nu ...
-
https://man.plustar.jp/django/ref/models/database-functions.html
- [similar]
- タイムゾーン — Django 4.0.6 ドキュメント 9929
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ジェクトには、タイムゾーン情報を保持するために使える tzinfo 属性があり、これは datetime.tzinfo のサブクラスのイ ...
objects isn't always intuitive. For instance, the tzinfo argument of the standard datetime constructor does ...
lly. 注釈 Python の datetime.time オブジェクトは、 tzinfo 属性を持ちます。また PostgreSQL には、これに相当す ...
ら指定したタイムゾーンへの転換を強制します。 引数は tzinfo サブクラスのインスタンスか、タイムゾーンの名前であ ...
-
https://man.plustar.jp/django/topics/i18n/timezones.html
- [similar]
- Django Utils — Django 4.0.6 ドキュメント 8820
- " + 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. parse_d ...
res are not removed. django.utils.timezone ¶ utc ¶ tzinfo instance that represents UTC. get_fixed_timezone ( ...
offset ) ¶ Returns a tzinfo instance that represents a time zone with a fixed ...
r west of UTC. get_default_timezone () ¶ Returns a tzinfo instance that represents the default time zone . g ...
-
https://man.plustar.jp/django/ref/utils.html
- [similar]
- Django 1.7 release notes — Django 4.0.6 ドキュメント 8317
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
recated in favor of import_string() . django.utils.tzinfo ¶ django.utils.tzinfo provided two tzinfo subclass ...
o.utils.module_loading.import_by_path django.utils.tzinfo django.utils.unittest django.utils.datastructures. ...
-
https://man.plustar.jp/django/releases/1.7.html
- [similar]
- QuerySet API リファレンス — Django 4.0.6 ドキュメント 8265
- " + 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 that ...
'DESC' . This specifies how to order the results. tzinfo defines the time zone to which datetimes are conve ...
ime zone in use. This parameter must be a datetime.tzinfo object. If it's None , Django uses the current tim ...
ur database must be able to interpret the value of tzinfo.tzname(None) . This translates into the following ...
-
https://man.plustar.jp/django/ref/models/querysets.html
- [similar]
- Model index reference — Django 4.0.6 ドキュメント 8196
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
d , comparison to datetime objects may require the tzinfo argument to be provided because otherwise the comp ...
-
https://man.plustar.jp/django/ref/models/indexes.html
- [similar]
- はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 8127
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
settings file, so # Django expects a datetime with tzinfo for pub_date. Use timezone.now() # instead of date ...
e datetime.datetime(2012, 2, 26, 13, 0, 0, 775217, tzinfo=<UTC>) # Change values by changing the attributes, ...
-
https://man.plustar.jp/django/intro/tutorial02.html
- [similar]
- django.utils.http — Django 4.0.6 ドキュメント 8075
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
datetime ( year , month , day , hour , min , sec , tzinfo = tz ) return int ( result . timestamp ()) except ...
-
https://man.plustar.jp/django/_modules/django/utils/http.html
- [similar]
- Signals — Django 4.0.6 ドキュメント 8005
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
: datetime.datetime(2012, 2, 26, 13, 0, 0, 775217, tzinfo=<UTC>)} post_init ¶ django.db.models.signals. post ...
-
https://man.plustar.jp/django/ref/signals.html
- [similar]
- Django 3.2 release notes — Django 4.0.6 ドキュメント 8005
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
e field specified in QuerySet.distinct() . The new tzinfo parameter of the TruncDate and TruncTime database ...
-
https://man.plustar.jp/django/releases/3.2.html
- [similar]