Using and showing always local time
routes/api.js
- console.log deleted
public/javascripts/global.js
- made 'params' to const
- added setNoUTC in main
public/javascripts/showcharts.js
- added setNiUTC to set global at highcharts
package.json
- added luxon
"version": "3.0.4",
"date": "2023-04-24 18:00 UTC",
This commit is contained in:
+4
-3
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "laerm-web-sensorapi",
|
||||
"version": "3.0.3",
|
||||
"date": "2023-04-21 14:00 UTC",
|
||||
"version": "3.0.4",
|
||||
"date": "2023-04-24 18:00 UTC",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node bin/www.js >>log/laerm_web.log 2>&1"
|
||||
@@ -20,7 +20,8 @@
|
||||
"i18next": "^22.4.14",
|
||||
"i18next-express-middleware": "^2.0.0",
|
||||
"i18next-http-middleware": "^3.3.0",
|
||||
"i18next-node-fs-backend": "^1.2.1",
|
||||
"i18next-node-fs-backend": "^2.1.3",
|
||||
"luxon": "^3.3.0",
|
||||
"morgan": "~1.9.1",
|
||||
"pug": "^3.0.2",
|
||||
"sass": "^1.58.3"
|
||||
|
||||
Reference in New Issue
Block a user