mirror of
https://github.com/Xevion/banner.git
synced 2026-01-31 02:23:34 -06:00
Missing tzdata fix
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"strconv"
|
"strconv"
|
||||||
"time"
|
"time"
|
||||||
|
_ "time/tzdata"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Term selection should yield smart results based on the current time, as well as the input provided.
|
// Term selection should yield smart results based on the current time, as well as the input provided.
|
||||||
|
|||||||
Reference in New Issue
Block a user