MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / timeFromS3Time

Function timeFromS3Time

launcher/minecraft/ParseUtils.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <cstdlib>
6
7QDateTime timeFromS3Time(QString str)
8{
9 return QDateTime::fromString(str, Qt::ISODate);
10}
11
12QString timeToS3Time(QDateTime time)
13{

Callers 3

readVersionPropertiesMethod · 0.85
VersionFilterDataMethod · 0.85
test_ThroughMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_ThroughMethod · 0.68