You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get the Savepoint's commit date. This returns the date and time of the DDL operation that created the savepoint, or if having been rolled back and recommitted, the date and time of last recommit operation (savepoint.recommit()).
// When was savepoint committed?constsavepoint=awaitclient.database('database_1').savepoint();console.log(savepoint.commitDate());// 2024-07-17T22:40:56.786Z