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.fromMillisecondsSinceEpoch(0, isUtc: true), 0, nodeId);