function compute(info) {
if (info.startTime == null)
{
return "---";
}
else
{
var i = Time.Gregorian.info(info.startTime, Time.FORMAT_SHORT);
return Lang.format("$1$-$2$-$3$ $4$:$5$:$6$", [i.year, i.month, i.day, i.hour, i.min, i.sec]);
}
}
I would like for someone from Garmin to confirm this as being a bug and I'd like to know if the bug is only on the 920xt or also on other devices. (I have an app in the store that is effected by this bug.)