Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python set a specific datetime

from datetime import datetime

custom_date_time = datetime(2021, 7, 23, 17, 30, 29, 431717)
print(custom_date_time)

# Output:
# 2021-07-23 17:30:29.431717
 
PREVIOUS NEXT
Tagged: #python #set #specific #datetime
ADD COMMENT
Topic
Name
3+2 =