Timezone fix
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
/node_modules
|
/node_modules
|
||||||
/public/*
|
/public/js/*
|
||||||
/storage/*.key
|
/public/css/*
|
||||||
|
/storage*.key
|
||||||
/vendor
|
/vendor
|
||||||
.env
|
.env
|
||||||
.env.backup
|
.env.backup
|
||||||
|
|||||||
@@ -127,6 +127,7 @@ class Search extends Controller
|
|||||||
|
|
||||||
public function lastactive()
|
public function lastactive()
|
||||||
{
|
{
|
||||||
|
date_default_timezone_set("Europe/Bratislava");
|
||||||
$time = strtotime("-15 minutes", time());
|
$time = strtotime("-15 minutes", time());
|
||||||
$date = date("Y-m-d G:i:s", $time);
|
$date = date("Y-m-d G:i:s", $time);
|
||||||
|
|
||||||
|
|||||||
16
public/js/app.js
vendored
16
public/js/app.js
vendored
@@ -7163,7 +7163,7 @@ exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loa
|
|||||||
|
|
||||||
|
|
||||||
// module
|
// module
|
||||||
exports.push([module.i, "\n.chart[data-v-a09bb154] {\r\n width: 100%;\r\n height: 300px;\n}\r\n", ""]);
|
exports.push([module.i, "\n.chart[data-v-a09bb154] {\n width: 100%;\n height: 300px;\n}\n", ""]);
|
||||||
|
|
||||||
// exports
|
// exports
|
||||||
|
|
||||||
@@ -7182,7 +7182,7 @@ exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loa
|
|||||||
|
|
||||||
|
|
||||||
// module
|
// module
|
||||||
exports.push([module.i, "\n.chart[data-v-2bdd922d] {\r\n width: 100%;\r\n height: 300px;\n}\r\n", ""]);
|
exports.push([module.i, "\n.chart[data-v-2bdd922d] {\n width: 100%;\n height: 300px;\n}\n", ""]);
|
||||||
|
|
||||||
// exports
|
// exports
|
||||||
|
|
||||||
@@ -7201,7 +7201,7 @@ exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loa
|
|||||||
|
|
||||||
|
|
||||||
// module
|
// module
|
||||||
exports.push([module.i, "\n.chart[data-v-2363d932] {\r\n width: 100%;\r\n height: 300px;\n}\r\n", ""]);
|
exports.push([module.i, "\n.chart[data-v-2363d932] {\n width: 100%;\n height: 300px;\n}\n", ""]);
|
||||||
|
|
||||||
// exports
|
// exports
|
||||||
|
|
||||||
@@ -7220,7 +7220,7 @@ exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loa
|
|||||||
|
|
||||||
|
|
||||||
// module
|
// module
|
||||||
exports.push([module.i, "\n.chart[data-v-1b0190aa] {\r\n width: 100%;\r\n height: 300px;\n}\r\n", ""]);
|
exports.push([module.i, "\n.chart[data-v-1b0190aa] {\n width: 100%;\n height: 300px;\n}\n", ""]);
|
||||||
|
|
||||||
// exports
|
// exports
|
||||||
|
|
||||||
@@ -7239,7 +7239,7 @@ exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loa
|
|||||||
|
|
||||||
|
|
||||||
// module
|
// module
|
||||||
exports.push([module.i, "\n.chart[data-v-0311229c] {\r\n width: 100%;\r\n height: 300px;\n}\r\n", ""]);
|
exports.push([module.i, "\n.chart[data-v-0311229c] {\n width: 100%;\n height: 300px;\n}\n", ""]);
|
||||||
|
|
||||||
// exports
|
// exports
|
||||||
|
|
||||||
@@ -7258,7 +7258,7 @@ exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loa
|
|||||||
|
|
||||||
|
|
||||||
// module
|
// module
|
||||||
exports.push([module.i, "\n.chart[data-v-7da20202] {\r\n width: 100%;\r\n height: 300px;\n}\r\n", ""]);
|
exports.push([module.i, "\n.chart[data-v-7da20202] {\n width: 100%;\n height: 300px;\n}\n", ""]);
|
||||||
|
|
||||||
// exports
|
// exports
|
||||||
|
|
||||||
@@ -82487,8 +82487,8 @@ __webpack_require__.r(__webpack_exports__);
|
|||||||
/*! no static exports found */
|
/*! no static exports found */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
__webpack_require__(/*! /home/data/www/testing/graph/resources/js/app.js */"./resources/js/app.js");
|
__webpack_require__(/*! /home/data/www/monitoring/resources/js/app.js */"./resources/js/app.js");
|
||||||
module.exports = __webpack_require__(/*! /home/data/www/testing/graph/resources/sass/app.scss */"./resources/sass/app.scss");
|
module.exports = __webpack_require__(/*! /home/data/www/monitoring/resources/sass/app.scss */"./resources/sass/app.scss");
|
||||||
|
|
||||||
|
|
||||||
/***/ })
|
/***/ })
|
||||||
|
|||||||
Reference in New Issue
Block a user