pollymc/launcher/minecraft/ParseUtils.h

10 lines
245 B
C
Raw Normal View History

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