FDateTime::ToHttpDate

Returns the RFC 1123 string representation of the [FDateTime](API\Runtime\Core\Misc\FDateTime).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/DateTime.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/DateTime.cpp

Syntax

FString ToHttpDate() const

Remarks

Returns the RFC 1123 string representation of the FDateTime.

The resulting string assumes that the FDateTime is in UTC.

Returns

String representation.

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