Correct date format in timetable response (PlanZajec.mvc/Get) (#40)
This commit is contained in:
parent
05b032074e
commit
fc86589c16
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue