now function

Timestamp now()

Obtains a Timestamp with the current time.

Implementation

Timestamp now() {
    return Timestamp.fromDateTime(DateTime.now());
}