We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e655c commit f718b37Copy full SHA for f718b37
Doc/library/datetime.rst
@@ -2178,7 +2178,7 @@ Notes:
2178
When ``%z`` directive is provided to the :meth:`strptime` method, any valid
2179
RFC-822/ISO 8601 standard utftime-offset can be parsed. For example, strings
2180
like ``'+01:00'`` will be parsed as an offset of one hour and or ``'Z'`` will
2181
- be transofmred to a 0 utc offset.
+ be transofmred to a 0 UTC offset.
2182
2183
``%Z``
2184
If :meth:`tzname` returns ``None``, ``%Z`` is replaced by an empty
0 commit comments