MultiMC5/launcher/minecraft/ParseUtils.h

10 lines
245 B
C
Raw Normal View History

2014-05-09 23:53:32 +00:00
#pragma once
#include <QString>
#include <QDateTime>
2016-03-02 02:03:44 +00:00
/// take the timestamp used by S3 and turn it into QDateTime
QDateTime timeFromS3Time(QString str);
2016-03-02 02:03:44 +00:00
/// take a timestamp and convert it into an S3 timestamp
QString timeToS3Time(QDateTime);