Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 12 for localtime (0.029 sec.)
16.3. time --- 時刻データへのアクセスと変換 — Python 3.6.5 ドキュメント 12593
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... があれば、それを使って実装しています)。 gmtime() , localtime() , strptime() が返す時刻値、および asctime() , mk ... 刻値は 9 個の整数からなるシーケンスです。 gmtime() , localtime() , strptime() の戻り値は個々の値を属性名で取得する ... me() エポックからの秒数 ローカル時間の struct_time localtime() UTC の struct_time エポックからの秒数 calendar.t ... .3.1. 関数 ¶ time. asctime ( [ t ] ) ¶ gmtime() や localtime() が返す時刻を表現するタプルまたは struct_time を、 ...
https://man.plustar.jp/python/library/time.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 12469
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s provided in the email.utils module: email.utils. localtime ( dt=None ) ¶ Return local time as an aware dateti ... be a datetime instance, and it is converted to the local time zone according to the system time zone database. ... at is, dt.tzinfo is None ), it is assumed to be in local time. In this case, a positive or zero value for isdst ... causes localtime to presume initially that summer time (for example ...
https://man.plustar.jp/python/library/email.util.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 10028
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 付を返します。 timestamp がプラットフォームの C 関数 localtime() がサポートする値の範囲から外れていた場合、 Overf ... lowError を送出するかもしれません。また localtime() 呼び出しが失敗した場合には OSError を送出するかも ... 3.3 で変更: timestamp がプラットフォームの C 関数 localtime() のサポートする値の範囲から外れていた場合、 Value ... ではなく OverflowError を送出するようになりました。 localtime() の呼び出し失敗で ValueError ではなく OSError を送 ...
https://man.plustar.jp/python/library/datetime.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 8507
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... timezone of -0000 . Much more useful is to use the localtime() function from the utils module: msg [ 'Date' ] = ... utils . localtime () This example sets the date header to the curren ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
What's New in Python 2.1 — Python 3.6.5 ドキュメント 7994
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 張トレースバックの表示をしていました。 asctime() や localtime() のような time モジュールの多くの関数が、エポック ... ython 2.1 では、以前では長々しい time.asctime(time.localtime(time.time())) と書かなければならなかったものを代わ ...
https://man.plustar.jp/python/whatsnew/2.1.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7994
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... lay_name 'Éric' >>> m [ 'Date' ] = email . utils . localtime () >>> m [ 'Date' ] . datetime datetime.datetime(2 ... ます。オフセットが -0000 の場合に naive で返します。 localtime() : 引数なしで呼び出すと、ローカル timezone を使っ ... るようになりました。また、C 関数の gmtime() あるいは localtime() が失敗した場合には OSError を送出するようになりま ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
Logging HOWTO — Python 3.6.5 ドキュメント 7871
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... 生成時刻をタプルに記録します。デフォルトでは、 time.localtime() が使われます。特定のフォーマッタインスタンスに対 ... を変更するには、インスタンスの converter 属性を time.localtime() や time.gmtime() と同じ署名をもつ関数に設定してく ...
https://man.plustar.jp/python/howto/logging.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 7871
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... IMAP4 INTERNALDATE string and return corresponding local time. The return value is a time.struct_time tuple or ... returned by time.time() ), a 9-tuple representing local time an instance of time.struct_time (as returned by t ... ime.localtime() ), an aware instance of datetime.datetime , or a ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 7871
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 生成時刻をタプルに変換します。デフォルトでは、 time.localtime() が使われます。特定のフォーマッタインスタンスに対 ... してこれを変更するには、 converter 属性を time.localtime() や time.gmtime() と同じ署名をもつ関数に設定してく ...
https://man.plustar.jp/python/library/logging.html - [similar]
用語集 — Python 3.6.5 ドキュメント 7605
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... 付き属性でもアクセス出来るクラスです (例えば、 time.localtime() はタプルに似たオブジェクトを返し、その year には ...
https://man.plustar.jp/python/glossary.html - [similar]
PREV 1 2 NEXT