milvus-logo
LFAI
< Docs
  • Node
    • Utils

hybridtsToUnixtime()

This method converts a hybrid timestamp to UNIX Epoch time despite the timing logic.

Invocation

import { hybridtsToUnixtime } from "@zilliz/milvus2-sdk-node";

hybridtsToUnixtime("429642767925248000");

Response

// The UNIX Epoch time
1638957092;

Parameters

ParametersDescriptionType
unixTimeUnix Epoch time, the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).String

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?