Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 7 of about 7 for tzinfo (0.006 sec.)
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 13522
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... と time オブジェクトは追加のタイムゾーン情報の属性 tzinfo を持ちます。 tzinfo には抽象クラス tzinfo のサブク ... スのインスタンスを設定することができます。 これらの tzinfo オブジェクトは UTC 時間からのオフセットやタイムゾー ... 実施されるかの情報を保持しています。 ただ一つの具象 tzinfo クラスである timezone クラスが datetime モジュール ... 属性は hour , minute , second , microsecond , および tzinfo です。 class datetime. datetime 日付と時刻を組み合 ...
https://man.plustar.jp/python/library/datetime.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 8488
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... em time zone database. If dt is naive (that is, dt.tzinfo is None ), it is assumed to be in local time. In t ... ゾーンの差がある場合、 datetime は対応する timezone tzinfo のあるそつのない datetime です。 バージョン 3.3 で ...
https://man.plustar.jp/python/library/email.util.html - [similar]
8. データ型 — Python 3.6.5 ドキュメント 8379
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... etime オブジェクト 8.1.5. time オブジェクト 8.1.6. tzinfo オブジェクト 8.1.7. timezone オブジェクト 8.1.8. s ...
https://man.plustar.jp/python/library/datatypes.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 8342
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ュールに新たに timezone 型が追加されています。これは tzinfo インターフェイスを実装し、UTC からの固定オフセット ... ) datetime.datetime(2010, 12, 8, 21, 4, 2, 923754, tzinfo=datetime.timezone.utc) >>> datetime . strptime ( " ... Y %H:%M %z" ) datetime.datetime(2000, 1, 1, 12, 0, tzinfo=datetime.timezone.utc) さらに、 timedelta オブジェ ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 8324
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 加しました。 >>> u0 = datetime ( 2016 , 11 , 6 , 4 , tzinfo = timezone . utc ) >>> for i in range ( 4 ): ... u ... .) The datetime.combine() now accepts an optional tzinfo argument. (Contributed by Alexander Belopolsky in ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 8251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... mplemented by classes inheriting from the abstract tzinfo class. You can create instances of date and time b ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 8251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... datetime.datetime(2012, 5, 25, 21, 39, 24, 465484, tzinfo=datetime.timezone(datetime.timedelta(-1, 72000), ' ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
PREV 1 NEXT