# Functions
AddDuration adds a duration to HT.
ClockTimestampToHTTimestamp converts the provided timestamp to the HybridTime timestamp format.
HTTimestampToPhysicalAndLogical extracts the physical and logical values from an HT timestamp.
PhysicalAndLogicalToHTTimestamp encodes separate physical and logical components into a single HT timestamp.
SubstractDuration substracts a duration from HT.
UnixTimeFromHT takes a hybrid time and returns time.Time.
UnixTimeToHT takes a time.Time and returns a hybrid time.