|
| static MCAPI int | _parseTime (char const *str, uint64 len, uint *hours, uint *minutes, uint *seconds) |
| static MCAPI int | _parseTimeZone (char const *str, uint64 len, ::DateManager::TimeZoneType *type, int *hours, int *minutes) |
| static MCAPI ::std::string | getCurrentTimestampFileName () |
| static MCAPI ::tm | getRealDateTime (::DateManager::TimeZoneType returnType) |
| static MCAPI int64 | getRealTime () |
| static MCAPI ::Bedrock::Result< int64 > | parseImfFixdate (::std::string const &dateHeader) |
| static MCAPI bool | toDateTime (::std::string const &strTime, ::tm *result, ::DateManager::TimeZoneType *resultType, int *resultTimeZoneMinutes) |
| static MCAPI ::tm | toDateTime (int64 time, ::DateManager::TimeZoneType returnType) |
| static MCAPI bool | toEpochTime (::std::string const &strTime, int64 *result, ::DateManager::TimeZoneType *resultType, int *resultTimeZoneMinutes) |
| static MCAPI int64 | toEpochTime (::std::string const &strTime) |
| static MCAPI int64 | toEpochTime (::tm const *dateTime, ::DateManager::TimeZoneType inputType) |
| static MCAPI ::std::string | toString (::tm const &time, ::std::string const &format, ::std::optional<::std::locale > const &locale) |
| static MCAPI ::std::string | toString (int64 const &time, ::DateManager::TimeZoneType outputType, ::std::string const &format, ::std::optional<::std::locale > const &locale) |
| static MCAPI ::std::string | toString_DateTime (::tm const &time, ::DateManager::TimeZoneType outputType) |
| static MCAPI ::std::string | toString_DateTime (int64 const &time, ::DateManager::TimeZoneType outputType) |
| static MCAPI void ** | $vftable () |