11 enum class TimeZoneType :
int {
40 virtual int64 _getUnixTime();
47 _parseTimeZone(
char const* str, uint64 len, ::DateManager::TimeZoneType* type,
int* hours,
int* minutes);
49 MCAPI static ::std::string getCurrentTimestampFileName();
51 MCAPI
static bool toDateTime(
52 ::std::string
const& strTime,
54 ::DateManager::TimeZoneType* resultType,
55 int* resultTimeZoneMinutes
58 MCAPI
static int64 toEpochTime(::tm
const* dateTime, ::DateManager::TimeZoneType inputType);
60 MCAPI static ::std::string
61 toString(::tm
const& time, ::std::string
const& format, ::std::optional<::std::locale>
const& locale);
63 MCAPI static ::std::string toString_DateTime(::tm
const& time, ::DateManager::TimeZoneType outputType);