date fix
This commit is contained in:
@@ -19,7 +19,7 @@ const saveDeviceLog = async (
|
||||
remote_name,
|
||||
remote_type,
|
||||
operating_type,
|
||||
log_time: Date.now()
|
||||
log_time: new Date(Date.now())
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user