mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Dan found a bug in how the dates were written to file.
This commit is contained in:
@@ -287,7 +287,7 @@ void Zones::write(QDir home)
|
||||
else if (i == ranges.size() - 1)
|
||||
strzones += QString("FROM %1 UNTIL END, CP=%2:").arg(getStartDate(i).toString("yyyy/MM/dd")).arg(LT);
|
||||
else
|
||||
strzones += QString("FROM %1 UNTIL %2, CP=%3:").arg(getStartDate(i).toString("yyyy/MM/yy")).arg(getEndDate(i).toString("yyyy/MM/dd")).arg(LT);
|
||||
strzones += QString("FROM %1 UNTIL %2, CP=%3:").arg(getStartDate(i).toString("yyyy/MM/dd")).arg(getEndDate(i).toString("yyyy/MM/dd")).arg(LT);
|
||||
|
||||
|
||||
strzones += QString("\n");
|
||||
|
||||
Reference in New Issue
Block a user