NOISSUE Flatten gui and logic libraries into MultiMC
This commit is contained in:
9
launcher/minecraft/ParseUtils.h
Normal file
9
launcher/minecraft/ParseUtils.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <QString>
|
||||
#include <QDateTime>
|
||||
|
||||
/// take the timestamp used by S3 and turn it into QDateTime
|
||||
QDateTime timeFromS3Time(QString str);
|
||||
|
||||
/// take a timestamp and convert it into an S3 timestamp
|
||||
QString timeToS3Time(QDateTime);
|
Reference in New Issue
Block a user