File tree Expand file tree Collapse file tree 2 files changed +4387
-4367
lines changed Expand file tree Collapse file tree 2 files changed +4387
-4367
lines changed Original file line number Diff line number Diff line change @@ -1630,6 +1630,8 @@ msgid ""
1630
1630
"doesn't return ``None`` or a :class:`timedelta` object with magnitude less "
1631
1631
"than one day."
1632
1632
msgstr ""
1633
+ ":attr:`.tzinfo` が ``None`` の場合、 ``None`` を返し、そうでない場合には ``self.tzinfo.utcoffset(self)`` を返します。\n"
1634
+ "後者の式が ``None`` あるいは 1 日以下の大きさを持つ :class:`timedelta` オブジェクトのいずれかを返さない場合には例外を送出します。"
1633
1635
1634
1636
#: ../../library/datetime.rst:1110 ../../library/datetime.rst:1630
1635
1637
#: ../../library/datetime.rst:1730 ../../library/datetime.rst:1971
@@ -1644,6 +1646,8 @@ msgid ""
1644
1646
"return ``None`` or a :class:`timedelta` object with magnitude less than one "
1645
1647
"day."
1646
1648
msgstr ""
1649
+ ":attr:`.tzinfo` が ``None`` の場合 ``None`` を返し、そうでない場合には ``self.tzinfo.dst(self)`` を返します。\n"
1650
+ "後者の式が ``None`` もしくは、1 日未満の大きさを持つ :class:`timedelta` オブジェクトのいずれかを返さない場合には例外を送出します。"
1647
1651
1648
1652
#: ../../library/datetime.rst:1120 ../../library/datetime.rst:1640
1649
1653
#: ../../library/datetime.rst:1782
You can’t perform that action at this time.
0 commit comments