milvus-logo
LFAI
< Docs
  • Python

mkts_from_datetime()

This method generates a hybrid timestamp based on datetime, timedelta and incremental time interval.

Invocation

mkts_from_datetime(d_time, milliseconds=0.0, delta=None)

Parameters

ParameterDescriptionTypeRequired
d_timeDatetimedatetime.datetimeTrue
millisecondsIncremental time interval. Unit: millisecondsFloatFalse
deltaA duration indicates the difference between two pieces of date, time, or datetime instances to microsecond resolutiondatetime.timedeltaFalse

Return

A new hybrid timestamp.

Feedback

Was this page helpful?