FDateTime::FromUnixTimestamp

Returns the date from Unix time (seconds from midnight 1970-01-01)

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/DateTime.h

Include

#include "Misc/DateTime.h"

Syntax

static FDateTime FromUnixTimestamp
(
    int64 UnixTime
)

Remarks

Returns the date from Unix time (seconds from midnight 1970-01-01)

Returns

Gregorian date and time.

Parameters

Parameter

Description

UnixTime

Unix time (seconds from midnight 1970-01-01)

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss