15 seconds is not now

This commit is contained in:
Jordan Sherer 2018-10-30 17:04:30 -04:00
parent b3cd705fb6
commit ac7da998a2

View File

@ -198,7 +198,7 @@ namespace
QString since(QDateTime time){
int delta = time.toUTC().secsTo(DriftingDateTime::currentDateTimeUtc());
if(delta < 30){
if(delta < 15){
return QString("now");
}