aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/ParseUtils.h
blob: c81d8f8bb7db1697bb1c8ed608e7a686fafffdc1 (plain)
1
2
3
4
5
6
7
8
9
#pragma once
#include <QDateTime>
#include <QString>

/// 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);