pollymc/launcher/minecraft/ParseUtils.h

10 lines
245 B
C
Raw Normal View History

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