3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/util/date_helper/DurationFields.h"
7#include "mc/util/date_helper/DurationFormat.h"
17MCNAPI_C ::std::string getDateAsFormattedString(int64 time);
19MCNAPI_C ::std::string getDurationAsString(
20 ::std::chrono::seconds duration,
21 ::DateHelper::DurationFields fields,
22 ::DateHelper::DurationFormat format,
26MCNAPI_C ::std::pair<::std::string const, ::std::string const> getHourAndMinute(::std::string
const& time);
28MCNAPI_C ::std::string getHowLongAgoAsString(int64 now, int64 time);
30MCNAPI_C ::std::string getHowLongAgoAsStringNarration(int64 now, int64 time);
32MCNAPI_C ::std::string getTimeAltFormatAsString(int64 time);
35getTimeRemainingAsString(int64 now, int64 time, uint numberOfFields,
bool addRemainingStr,
bool isTelemetry);
37MCNAPI_C ::std::string getTimeSpecificFormatAsString(int64 now, int64 time);
39MCNAPI ::std::string getTimestampFileName(int64
const& timestamp);
41MCNAPI ::std::string removeSeconds(::std::string
const& timeStr);
43MCNAPI_C ::std::string toLocalDate(int64 time);
45MCNAPI_C ::std::string toLocalShortDateTime(int64 time);
47MCNAPI_C ::std::string toLocalTime(int64 time);