diff options
Diffstat (limited to 'education/2018-09_ens/2019-09_m1.nix')
| -rw-r--r-- | education/2018-09_ens/2019-09_m1.nix | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/education/2018-09_ens/2019-09_m1.nix b/education/2018-09_ens/2019-09_m1.nix index f58e7ea..40ca4d1 100644 --- a/education/2018-09_ens/2019-09_m1.nix +++ b/education/2018-09_ens/2019-09_m1.nix @@ -2,8 +2,16 @@ { date = { - start = "2019-09-01"; - end = "2020-07-31"; + start = { + year = 2019; + month = 9; + day = 1; + }; + end = { + year = 2020; + month = 7; + day = 31; + }; }; program = { name = "ENS's Computer Science Department"; |
