mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
formatting
This commit is contained in:
@ -149,7 +149,7 @@ Parameters:
|
|||||||
Attributes:
|
Attributes:
|
||||||
|
|
||||||
string (str) the input datetime string
|
string (str) the input datetime string
|
||||||
format (int) the format rule that was used to decode the datetime string
|
format (int) the format rule that was used to decode the datetime string. None if conversion fails
|
||||||
naive (int) timestamp based on locally configured timezone. None if conversion fails
|
naive (int) timestamp based on locally configured timezone. None if conversion fails
|
||||||
utc (int) aware timestamp only if UTC timezone detected in datetime string. None if conversion fails
|
utc (int) aware timestamp only if UTC timezone detected in datetime string. None if conversion fails
|
||||||
|
|
||||||
|
@ -246,7 +246,7 @@ class timestamp:
|
|||||||
Attributes:
|
Attributes:
|
||||||
|
|
||||||
string (str) the input datetime string
|
string (str) the input datetime string
|
||||||
format (int) the format rule that was used to decode the datetime string
|
format (int) the format rule that was used to decode the datetime string. None if conversion fails
|
||||||
naive (int) timestamp based on locally configured timezone. None if conversion fails
|
naive (int) timestamp based on locally configured timezone. None if conversion fails
|
||||||
utc (int) aware timestamp only if UTC timezone detected in datetime string. None if conversion fails
|
utc (int) aware timestamp only if UTC timezone detected in datetime string. None if conversion fails
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user