3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/util/date_helper/DurationFields.h"
7#include "mc/util/date_helper/DurationFormat.h"
18MCNAPI ::std::string getDateAsFormattedString(int64 time);
20MCNAPI ::std::string getDurationAsString(
21 ::std::chrono::seconds duration,
22 ::DateHelper::DurationFields fields,
23 ::DateHelper::DurationFormat format,
27MCNAPI ::std::pair<::std::string const, ::std::string const> getHourAndMinute(::std::string
const& time);
29MCNAPI ::std::string getHowLongAgoAsString(int64 now, int64 time);
31MCNAPI ::std::string getHowLongAgoAsStringNarration(int64 now, int64 time);
33MCNAPI ::std::string getTimeAltFormatAsString(int64 time);
36getTimeRemainingAsString(int64 now, int64 time, uint numberOfFields,
bool addRemainingStr,
bool isTelemetry);
38MCNAPI ::std::string getTimeSpecificFormatAsString(int64 now, int64 time);
41MCNAPI ::std::string getTimestampFileName(int64
const& timestamp);
43MCNAPI ::std::string removeSeconds(::std::string
const& timeStr);
46MCNAPI ::std::string toLocalDate(int64 time);
48MCNAPI ::std::string toLocalShortDateTime(int64 time);
50MCNAPI ::std::string toLocalTime(int64 time);