Fix tzdata not installed issue in termux env

This commit is contained in:
zujianw 2026-04-07 15:45:49 +08:00
parent 84edc462d6
commit e8d9c191fc

View file

@ -10,6 +10,7 @@ import (
"fmt"
"os"
"time"
_ "time/tzdata"
"github.com/spf13/cobra"