cli / go-gh

A Go module for interacting with gh and the GitHub API from the command line.
https://pkg.go.dev/github.com/cli/go-gh/v2
MIT License
322 stars 45 forks source link

Correctly determine IANA Time Zone name #58

Closed mislav closed 1 year ago

mislav commented 1 year ago

Maintaining a list of UTC mappings internally wasn't a great approach due to these mappings being inaccurate during DST.

Thanks @natefinch!

Ref. https://github.com/cli/cli/issues/5978 Ref. https://github.com/cli/go-gh/pull/56