mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
formatting
This commit is contained in:
@ -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.
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user