This commit is contained in:
JDJG Inc. Official 2021-10-03 22:57:10 -04:00
parent 675e3250e2
commit 8bb8283ea8

View File

@ -1034,7 +1034,7 @@ def format_dt(dt: datetime.datetime, /, style: Optional[TimestampStyle] = None)
def generate_snowflake(dt: datetime.datetime) -> int:
"""Returns a numeric snowflake pretending to be created at the given date but more accurate and random than snowflake_time.
"""Returns a numeric snowflake pretending to be created at the given date but more accurate and random than time_snowflake.
Parameters
-----------