Berserk Docs
Scalar FunctionsDate & Time Functions

unixtime_nanoseconds_todatetime

Converts Unix time in nanoseconds to a datetime value.

Syntax

unixtime_nanoseconds_todatetime(nanoseconds)

Parameters

Prop

Type

Returns: datetime

Examples

Example 1

print unixtime_nanoseconds_todatetime(1717804800000000000)
print_0 (datetime)
2024-06-08T00:00:00Z

On this page