timezone
timezone copied to clipboard
Remove OpenStruct
Related: https://github.com/panthomakos/timezone/issues/108
Ruby 3.4 warns when using OpenStruct. Ruby 3.5 will remove it, and you'll need to include the ostruct gem.
It looks like the usages here could be converted to Struct instead. What do you think?