Switch to yyyy-mm-dd for dates Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Thu, 08 Aug 2019 22:47:33 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
vite/vite.py
→
vite/vite.py
@@ -57,7 +57,7 @@
def create_path(path): head, tail = os.path.split(path) now = datetime.datetime.now() - today = now.strftime('%d %B, %Y') + today = now.strftime('%Y-%m-%d') try: os.makedirs(os.path.join(PAGES_PATH, head))