[Bug #20951] [DOC] UTC offset in utc_to_local

This commit is contained in:
Nobuyoshi Nakada 2024-12-17 10:10:26 +09:00
parent 187b8fdb69
commit b6973e4ffc
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -78,6 +78,7 @@ The timezone methods are:
The UTC offset will be calculated as the difference between the
original time and the returned object as an +Integer+.
If the object is in fixed offset, its +utc_offset+ is also counted.
Argument:: a {Time-like object}[rdoc-ref:Time@Time-Like+Objects].
Returns:: a {Time-like object}[rdoc-ref:Time@Time-Like+Objects] in the local timezone.