messageText.WriteString(fmt.Sprintf("The train will depart from %s in %s at %s\n",nextStop.Name,depStr,depTime.In(utils.Location).Format("15:04")))
}else{
messageText.WriteString(fmt.Sprintf("Currently stopped at: %s, departing in %s at %s\n",nextStop.Name,depStr,depTime.In(utils.Location).Format("15:04")))
}
messageText.WriteString(fmt.Sprintf("Currently stopped at: %s, departing in %s at %s\n",nextStop.Name,depStr,depTime.In(utils.Location).Format("15:04")))