package influxdb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

TimestampNS represents a UNIX timestamp with up to nanosecond precision

type t = int64
val of_float_seconds : float -> t

Creates a new t from a float value assumed to be in second precision

val to_string_precision : Precision.t -> t -> string

Returns a string value of t truncated to the provided precision