From 0785d6522fb90759a7876c301c854345de814be7 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 26 Dec 2023 06:50:24 -0600 Subject: [PATCH] Missing tzdata fix --- term.go | 1 + 1 file changed, 1 insertion(+) diff --git a/term.go b/term.go index 049168a..3fbf3a2 100644 --- a/term.go +++ b/term.go @@ -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.