1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-02-01 19:20:19 -08:00
parent 2f80800e38
commit ec0bc6615e
2 changed files with 2 additions and 2 deletions

View File

@ -251,6 +251,6 @@ Returns a timestamp object with the following attributes:
naive (int | None): timestamp based on locally configured naive (int | None): timestamp based on locally configured
timezone. None if conversion fails. timezone. None if conversion fails.
utc (int | None) aware timestamp only if UTC timezone utc (int | None): aware timestamp only if UTC timezone
detected in datetime string. None if conversion fails. detected in datetime string. None if conversion fails.

View File

@ -290,7 +290,7 @@ class timestamp:
naive (int | None): timestamp based on locally configured naive (int | None): timestamp based on locally configured
timezone. None if conversion fails. timezone. None if conversion fails.
utc (int | None) aware timestamp only if UTC timezone utc (int | None): aware timestamp only if UTC timezone
detected in datetime string. None if conversion fails. detected in datetime string. None if conversion fails.
""" """
self.string = datetime_string self.string = datetime_string