Hlc.zero constructor

Hlc.zero(
  1. String nodeId
)

Instantiates an Hlc at the beginning of time and space: January 1, 1970.

Implementation

Hlc.zero(String nodeId) : this(DateTime.utc(1970), 0, nodeId);