lmittmann/tint

Is it possible to add a custom time location?

Closed this issue · 1 comments

Is it possible to add a custom time location?

Not within tint, but you can set the time zone of you go binary via the TZ env var. I do this for testing to make sure the time zone is UTC (https://github.com/lmittmann/tint/blob/main/handler_test.go#L36).