Missing tzdata fix

This commit is contained in:
2023-12-26 06:50:24 -06:00
parent 0b4c8ad76f
commit 0785d6522f
+1
View File
@@ -4,6 +4,7 @@ import (
"fmt"
"strconv"
"time"
_ "time/tzdata"
)
// Term selection should yield smart results based on the current time, as well as the input provided.