[Issue #2] - Added timezone support with a list of support timezones
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-09-11 00:23:24 -04:00
parent cc96fbccc0
commit 8798092cc8
3 changed files with 105 additions and 10 deletions
+3
View File
@@ -8,4 +8,7 @@ const (
// Network settings
Hostname = "pico2w-clock"
EnableICMP = true
// Time settings
ActiveTimezone = "UTC"
)