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


def get_filename(file_type):
  return time.strftime(f'%Y-%m-%d (%H-%M-%S).{file_type}')