summaryrefslogtreecommitdiff
path: root/domestic/utility/get_timestamp.py
blob: 2d70d8f89ff43ed4538a9c5a759208f9f22332eb (plain)
1
2
3
4
5
import time


def get_timestamp():
  return time.strftime(f'%Y-%m-%d (%H-%M-%S)')