From 5dcd58a2fe705d592498fecec6bbc7ac3972cdf0 Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Mon, 30 May 2022 20:43:11 +0100 Subject: [PATCH] fix: datetime format not correct --- content/post/059.ssh-key/ssh-key.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/059.ssh-key/ssh-key.md b/content/post/059.ssh-key/ssh-key.md index 4942266..c884ece 100644 --- a/content/post/059.ssh-key/ssh-key.md +++ b/content/post/059.ssh-key/ssh-key.md @@ -4,7 +4,7 @@ categories: [ "Linux" ] tags: [ "ssh", "linux" ] draft: false slug: "ssh-key-Ed25519" -date: "2022-05-30 19:50" +date: "2022-05-30 19:50:00" --- ## 前言