diff --git a/main.go b/main.go index 8a080ea..0f3af69 100644 --- a/main.go +++ b/main.go @@ -343,7 +343,7 @@ func handleFindTrainStages(ctx context.Context, b *tgBot.Bot, update *models.Upd groupIndex := -1 if len(commandParams) > 1 { - date, _ = time.Parse(time.RFC3339, commandParams[1]) + date, _ = utils.ParseDate(commandParams[1]) } if len(commandParams) > 2 { groupIndex, _ = strconv.Atoi(commandParams[2])