local time code example
Example 1: what is the time
#How to get current time from Python
import datetime
now = datetime.datetime.now()
print (now.strftime("%Y-%m-%d %H:%M:%S"))
Example 2: current local time
dsffdsfdsdfa
#How to get current time from Python
import datetime
now = datetime.datetime.now()
print (now.strftime("%Y-%m-%d %H:%M:%S"))
dsffdsfdsdfa