Open
Description
Your feature request related to a problem? Please describe.
As per its README:
timelint is a lint tool to avoid problems related to timezone when writing Go programs.
When calling functions that depend on a timezone, such as the Date() and Hour() functions, you must be aware of the timezone of the time.Time variable, or you may encounter a fatal bug. Since these bugs are generally hard to find in reviews and tests, they should be checked with lint tools.
https://github.com/tomoemon/go-time-lint
Describe the solution you'd like.
—
Describe alternatives you've considered.
—
Additional context.
No response