Format a Unix timestamp as an ISO 8601 date string.

Synopsis

Declared in <util/time.h>

std::string
FormatISO8601Date(int64_t nTime);

Return Value

The date portion formatted as an ISO 8601 string.

Parameters

Name

Description

nTime

Unix timestamp in seconds.

Created with MrDocs