Hlc.now constructor

Hlc.now(
  1. String nodeId
)

Instantiates an Hlc using the wall clock.

Implementation

Hlc.now(String nodeId) : this.fromDate(DateTime.now(), nodeId);