Skip to content

Commit

Permalink
Update date format in the example data
Browse files Browse the repository at this point in the history
Signed-off-by: Andre <[email protected]>
  • Loading branch information
AndBerna committed Nov 22, 2023
1 parent 59f7654 commit df8093c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions power_systems_data_api_demonstrator/data/example/psr_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"capacity": [
{
"value": 500,
"startDatetime": "10/10/2017"
"startDatetime": "2017-10-10"
}
]
},
Expand All @@ -28,7 +28,7 @@
"capacity": [
{
"value": 500,
"startDatetime": "28/02/2016"
"startDatetime": "2016-02-28"
}
]
}
Expand All @@ -52,7 +52,7 @@
"capacity": [
{
"value": 1000,
"startDatetime": "1/1/2017"
"startDatetime": "2017-01-01"
}
]
},
Expand All @@ -63,8 +63,8 @@
"capacity": [
{
"value": 800,
"startDatetime": "10/15/1975",
"endDatetime": "31/12/2016"
"startDatetime": "1975-10-15",
"endDatetime": "2016-12-31"
}
]
}
Expand Down Expand Up @@ -93,7 +93,7 @@
"capacity": [
{
"value": 500,
"startDatetime": "10/15/2020"
"startDatetime": "2020-10-15"
}
]
},
Expand All @@ -104,12 +104,12 @@
"capacity": [
{
"value": 1000,
"startDatetime": "13/12/1999"
"startDatetime": "1999-12-13"
},
{
"value": 500,
"startDatetime": "15/10/1980",
"endDatetime": "12/12/1999"
"startDatetime": "1980-10-15",
"endDatetime": "1999-12-12"
}
]
}
Expand All @@ -127,7 +127,7 @@
"capacity": [
{
"value": 500,
"startDatetime": "10/15/2020"
"startDatetime": "2020-10-15"
}
]
}
Expand All @@ -145,12 +145,12 @@
"capacity": [
{
"value": 1000,
"startDatetime": "13/12/1999"
"startDatetime": "1999-12-13"
},
{
"value": 500,
"startDatetime": "15/10/1980",
"endDatetime": "12/12/1999"
"startDatetime": "1980-10-15",
"endDatetime": "1999-12-12"
}
]
}
Expand Down

0 comments on commit df8093c

Please sign in to comment.