use fixed dates for story

This commit is contained in:
Sebastian Sdorra
2020-06-12 13:19:48 +02:00
parent 24444aa065
commit becb0d0208

View File

@@ -40,7 +40,7 @@ const commitCreateNewApp = {
mail: "arthur.dent@hitchhiker.com"
},
description: "create new app",
when: new Date()
when: new Date("2020-04-09T13:07:42Z")
};
const commitFixedMissingImport = {
@@ -50,7 +50,7 @@ const commitFixedMissingImport = {
mail: "trillian@hitchhiker.com"
},
description: "fixed missing import",
when: new Date()
when: new Date("2020-05-10T09:18:42Z")
};
const commitImplementMain = {
@@ -60,7 +60,7 @@ const commitImplementMain = {
mail: "ford.prefect@hitchhiker.com"
},
description: "implemented main function",
when: new Date()
when: new Date("2020-04-12T16:29:42Z")
};
const source: AnnotatedSource = {