Hlc.zero constructor
Hlc.zero(
- 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);
Instantiates an Hlc at the beginning of time and space: January 1, 1970.
Hlc.zero(String nodeId) : this(DateTime.utc(1970), 0, nodeId);