msecToTime()

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

Syntax

msecToTime ( milliseconds )

Parameters

milliseconds

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

Usage

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

Example

msecToTime (3661001) returns 1970-01-01 01:01:01.001.