PrismLauncher/launcher/minecraft/ParseUtils.h
Sefa Eyeoglu 1d468ac35a
chore: reformat
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-02 18:35:35 +02:00

10 lines
245 B
C

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