from time import gmtime, strftime
strftime("%Y-%m-%d %H:%M:%S", gmtime())
https://stackoverflow.com/questions/415511/how-to-get-the-current-time-in-python
from time import gmtime, strftime
strftime("%Y-%m-%d %H:%M:%S", gmtime())
https://stackoverflow.com/questions/415511/how-to-get-the-current-time-in-python