Correct date format in timetable response (PlanZajec.mvc/Get) (#40)

This commit is contained in:
Dawid K 2022-01-23 20:27:43 +01:00 committed by GitHub
parent 05b032074e
commit fc86589c16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -552,7 +552,7 @@ router.all("/PlanZajec.mvc/Get", (req, res) => {
res.json({
"data": {
"Data": format(requestDate, 'yyyy-MM-dd HH-mm-ss'),
"Data": format(requestDate, 'yyyy-MM-dd HH:mm:ss'),
"Headers": [
{
"Text": "Lekcja",