Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 41 for datetime (0.007 sec.)
- 8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 14734
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...リ » 8. データ型 » 8.1. datetime --- 基本的な日付型および時間型 ¶ ソースコード: Lib.../datetime.py datetime モジュールでは、日付や時間データを簡単...オブジェクトを必要とするアプリケーションのために、 datetime と time オブジェクトは追加のタイムゾーン情報の属性...ただ一つの具象 tzinfo クラスである timezone クラスが datetime モジュールで提供されています。 timezone クラスは単... - https://man.plustar.jp/python/library/datetime.html - [similar]
- DateTime オブジェクト — Python 3.6.5 ドキュメント 12185
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ
...ュアル » 具象オブジェクト (concrete object) レイヤ » DateTime オブジェクト ¶ datetime モジュールでは、様々な日付...下に示す関数を使う場合には、あらかじめヘッダファイル datetime.h をソースに include し ( Python.h はこのファイルを...include しません)、 PyDateTime_IMPORT マクロを、通常はモジュール初期化関数から、起...ります。このマクロは以下のマクロで使われる静的変数 PyDateTimeAPI に C 構造体へのポインタを入れます。 型チェックマ... - https://man.plustar.jp/python/c-api/datetime.html - [similar]
- 21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 10879
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...ding=None , verbose=False , allow_none=False , use_datetime=False , use_builtin_types=False , * , context=None...used to cause date/time values to be presented as datetime.datetime objects and binary data to be presented a...s bytes objects; this flag is false by default. datetime.datetime , bytes and bytearray objects may be pass...ed to calls. The obsolete use_datetime flag is similar to use_builtin_types but it applie... - https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
- 19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 9574
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...altime ( dt=None ) ¶ Return local time as an aware datetime object. If called without arguments, return curren...t time. Otherwise dt argument should be a datetime instance, and it is converted to the local time zo...可なので注意してください。 email.utils. parsedate_to_datetime ( date ) ¶ format_datetime() の逆です。 parsedate(...) と同様に機能しますが、成功時に datetime を返します。 入力文字列がタイムゾーン -0000 を持つ... - https://man.plustar.jp/python/library/email.util.html - [similar]
- 19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 9278
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...e wild". このヘッダ型は以下の属性も提供しています: datetime ¶ If the header value can be recognized as a valid...one form or another, this attribute will contain a datetime instance representing that date. If the timezone o...ns no information about the source timezone), then datetime will be a naive datetime . If a specific timezone...offset is found (including +0000 ), then datetime will contain an aware datetime that uses datetime.... - https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
- 12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 8703
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...ム名はその最初の単語だけです。すなわち、もし 'as "x [datetime]"' のようなものを SQL の中で使っていたとすると、読...)[ 0 ]) sqlite3 モジュールには二つの Python 標準型 datetime.date と datetime.datetime に対するデフォルト適合関...数があります。いま datetime.datetime オブジェクトを ISO 表現でなく Unix タイム...として格納したいとしましょう。 import sqlite3 import datetime import time def adapt_datetime ( ts ): return time... - https://man.plustar.jp/python/library/sqlite3.html - [similar]
- What's New In Python 3.3 — Python 3.6.5 ドキュメント 8237
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...755 .) (---訳注: 最初の2つはおそらく bpo-12567 --) datetime ¶ naive な datetime インスタンスと aware な dateti...を返すようになりました。 ( bpo-15006 ). 新規メソッド datetime.datetime.timestamp() : datetime インスタンスに対応...する POSIX タイムスタンプを返します。 datetime.datetime.strftime() メソッドが 1000 年よりも前の書...in Python 3.2 での変更も参照してみてください。---) datetime.datetime.astimezone() メソッドを引数なしで呼び出せ... - https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
- 8.2. calendar --- 一般的なカレンダーに関する関数群 — Python 3.6.5 ドキュメント 7988
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...付を表す引数は整数値で与えます。関連する機能として、 datetime と time モジュールも参照してください。 このモジュー...ルで提供する関数とクラスのほとんどは datetime に依存しており、過去も未来も現代のグレゴリオ暦を利...った後の日のうち、週の欠けを埋めるために必要な日を ( datetime.date オブジェクトとして) 返します。 itermonthdays2...年 month 月の週のリストを返します。週は全て七つの datetime.date オブジェクトからなるリストです。 monthdays2ca... - https://man.plustar.jp/python/library/calendar.html - [similar]
- What's New In Python 3.6 — Python 3.6.5 ドキュメント 7864
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...s have been updated to work with the new protocol. datetime モジュールで 地域時間の曖昧さ回避 がサポートされま...いった状況では地域時計が表示する (あるいは Python の datetime インスタンスが格納する) 情報では、時間内の特定の瞬...が同じ二つの瞬間を区別するために、新たな fold 属性を datetime.datetime インスタンスならびに datetime.time クラス...に追加しました。 >>> u0 = datetime ( 2016 , 11 , 6 , 4 , tzinfo = timezone . utc ) >>... - https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
- What's New in Python 2.3 — Python 3.6.5 ドキュメント 7817
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
.../tmp/example.zip Archive: /tmp/example.zip Length Date Time Name -------- ---- ---- ---- 8467 11-26-02 22:30...ntributed by Gustavo Niemeyer.) 標準の日付時刻型が datetime モジュールとして追加されています。詳細はこのドキュ...タイムスタンプとして使うのに相応しい日付と時刻の型が datetime モジュールとして追加されました。これら型は異なるカ...time , consisting of hour, minute, and second; and datetime , which contains all the attributes of both date a... - https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
