Merge branch 'dev' into 4588-campo-nota-ultimo-usuario
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
936b3ad0b9
|
@ -4,7 +4,7 @@ module.exports = () => {
|
||||||
if (!env || env === 'development')
|
if (!env || env === 'development')
|
||||||
return new Date(Date.UTC(2001, 0, 1, 11));
|
return new Date(Date.UTC(2001, 0, 1, 11));
|
||||||
|
|
||||||
return new Date(Date.UTC());
|
return new Date();
|
||||||
};
|
};
|
||||||
|
|
||||||
Date.vnNew = () => {
|
Date.vnNew = () => {
|
||||||
|
|
Loading…
Reference in New Issue