From 2f29fa0678df60779cd1db7fc30ed9f8068cd749 Mon Sep 17 00:00:00 2001 From: "Yeonggyun.Kim" Date: Thu, 5 Mar 2020 18:56:55 +0900 Subject: [PATCH] change semester and vacation date due to 'corona-19' --- settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.json b/settings.json index 060e898..491918c 100644 --- a/settings.json +++ b/settings.json @@ -2,7 +2,7 @@ "calendar": [ { "semester": { - "start": "2020-03-14", + "start": "2020-03-28", "end": "2020-06-20" } }, @@ -15,7 +15,7 @@ { "vacation": { "start": "2020-01-16", - "end": "2020-03-13" + "end": "2020-03-27" } }, {