Skip to content

Commit 6e1dce3

Browse files
committed
Add TimeZone configuration to server initialization
1 parent 24e8781 commit 6e1dce3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/server/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ func main() {
263263
Production: cfg.Server.Production,
264264
DashboardEnabled: cfg.Server.DashboardEnabled,
265265
SplashScreenEnabled: cfg.Server.SplashScreenEnabled,
266+
TimeZone: cfg.Server.TimeZone,
266267
}, dashboardHandler, realtimeHandler, systemHandler, logger)
267268

268269
// Start web server in goroutine

0 commit comments

Comments
 (0)