package main import "time" func timeToString(currentTime time.Time) string { return currentTime.String() }