Returns the timestamp of a performance mark with the specified name and detail.
PS: performance.mark
must be called with startTime: trueTime.now()
.
The name of the performance mark.
Optional
detail: stringOptional. The detail of the performance mark.
The timestamp of the performance mark, or undefined if not found.
Returns the current time adjusted to server-time.