added season edits
This commit is contained in:
@@ -146,7 +146,7 @@ func formatDateLong(t time.Time) string {
|
||||
func formatDuration(start, end time.Time) string {
|
||||
days := int(end.Sub(start).Hours() / 24)
|
||||
if days == 0 {
|
||||
return "Same day"
|
||||
return "1 day"
|
||||
} else if days == 1 {
|
||||
return "1 day"
|
||||
} else if days < 7 {
|
||||
|
||||
Reference in New Issue
Block a user