usecToTime()

Scalar. Converts a given number of microseconds to a bigdatetime.

Syntax

usecToTime ( microseconds )

Parameters

microseconds

A long representing the number of microseconds since the epoch (midnight, January 1, 1970 UTC).

Usage

Converts a given number of microseconds to a bigdatetime. The function takes a long as its argument, and the function returns a bigdatetime.

Example

usecToTime (3661000001) returns 1970-01-01 01:01:01.000001.