Last active
August 10, 2022 10:30
-
-
Save GitHub30/dae1b257c93d8315ea38554c9554a2ad to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import pathlib | |
import datetime | |
os.chdir(os.path.dirname(os.path.realpath(__file__))) | |
pathlib.Path(datetime.datetime.now().strftime("%Y%m%dT%H%M%S")).touch() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment