added more tests, fixed hour format output

This commit is contained in:
2025-09-24 19:39:36 +02:00
parent 17287dab1c
commit 9368c4dbd7
9 changed files with 172 additions and 4 deletions

View File

@@ -92,6 +92,7 @@ type Config struct {
Args []string
Output io.Writer
Mode int
TZ string // for unit tests
}
func InitConfig(output io.Writer) (*Config, error) {