diff options
Diffstat (limited to 'education/2018-09_ens/2021-09_m2.nix')
| -rw-r--r-- | education/2018-09_ens/2021-09_m2.nix | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/education/2018-09_ens/2021-09_m2.nix b/education/2018-09_ens/2021-09_m2.nix index 734e944..02ebc0b 100644 --- a/education/2018-09_ens/2021-09_m2.nix +++ b/education/2018-09_ens/2021-09_m2.nix @@ -2,8 +2,16 @@ { date = { - start = "2021-09-01"; - end = "2022-07-31"; + start = { + year = 2021; + month = 9; + day = 1; + }; + end = { + year = 2022; + month = 7; + day = 31; + }; }; program = { name = "Parisian Master of Research in Computer Science"; |
