Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
QDateTime timeFromS3Time(QString str)
8
{
9
return QDateTime::fromString(str, Qt::ISODate);
10
}
11
12
QString timeToS3Time(QDateTime time)
13
{
Callers
3
readVersionProperties
Method · 0.85
VersionFilterData
Method · 0.85
test_Through
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_Through
Method · 0.68