Commit e21c618a70717650154045bc3c177028e51be871
1 parent
60433c99f4
Exists in
master
fix date
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
.gitignore
index.js
| ... | ... | @@ -20,7 +20,7 @@ app.get('/tank-info/:tank*?', function (req, res) { |
| 20 | 20 | |
| 21 | 21 | //obtengo una cadena de caracteres, los primeros 17 datos son de informacion de tanque |
| 22 | 22 | // e información de la fecha |
| 23 | - fecha = response.slice(7, 16); | |
| 23 | + fecha = response.slice(7, 17); | |
| 24 | 24 | |
| 25 | 25 | var dataTanks = getJson(response.slice(17, response.length)); |
| 26 | 26 |