Metadata


Name
tzinfo
Version
2.0.6
Platform
ruby
Authors
Philip Ross
Bindir
bin
Cert chain
-----BEGIN CERTIFICATE----- MIIDPDCCAiSgAwIBAgIBATANBgkqhkiG9w0BAQsFADAkMSIwIAYDVQQDDBlwaGls LnJvc3MvREM9Z21haWwvREM9Y29tMB4XDTE5MTIyNDE0NTU0N1oXDTM5MTIyNDE0 NTU0N1owJDEiMCAGA1UEAwwZcGhpbC5yb3NzL0RDPWdtYWlsL0RDPWNvbTCCASIw DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJGcwfqn4ZsmPl0b1Lt9dCzExrE5 EeP/CRQjBdGHkF+mSpi69XysxdwLdfg5SPr9LfxthUug4nNFd5fDCiXM8hYe9jQD TmkIQKNBh4fFpGngn9gyy+SumCXi6b5L6d/aMc59NAOM6LJ88TOdH1648dh5rq3C ULq82n3gg4+u0HHGjRPuR/pnCFQCZbANYdX+UBWd0qkOJn/EreNKROmEeHr/xKuh 2/GlKFKt9KLcW3hwBB4fHHVYUzRau7D1m9KbEERdg//qNDC4B7fD2BFJuPbM5S7J 41VwDAh1O8B/Qpg0f+S83K4Kodw4MiPGsug55UkNtd3mGR/zZJ9WM03DSwkCAwEA AaN5MHcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFA+Z8zvfzBuA esoHIfz7+jxfUOcfMB4GA1UdEQQXMBWBE3BoaWwucm9zc0BnbWFpbC5jb20wHgYD VR0SBBcwFYETcGhpbC5yb3NzQGdtYWlsLmNvbTANBgkqhkiG9w0BAQsFAAOCAQEA J80xgZ3gGdQVA8N+8NJANU5HLuZIU9jOaAlziU9ImoTgPiOHKGZC4as1TwT4kBt1 Qcnu7YSANYRrxP5tpOHsWPF/MQYgerAFCZS5+PzOTudwZ+7OsMW4/EMHy6aCVHEd c7HzQRC4mSrDRpWxzyBnZ5nX5OAmIkKA8NgeKybT/4Ku6iFPPUQwlyxQaO+Wlxdo FqHwpjRyoiVSpe4RUTNK3d3qesWPYi7Lxn6k6ZZeEdvG6ya33AXktE3jmmF+jPR1 J3Zn/kSTjTekiaspyGbczC3PUaeJNxr+yCvR4sk71Xmk/GaKKGOHedJ1uj/LAXrA MR0mpl7b8zCg0PFC1J73uw== -----END CERTIFICATE-----
Date
2023-01-28 00:00:00 UTC
Dependencies
concurrent-ruby (~> 1.0)
Description
TZInfo provides access to time zone data and allows times to be converted using time zone rules.
Email
phil.ross@gmail.com
Extra rdoc files
README.md
CHANGES.md
LICENSE
Files
.yardopts
CHANGES.md
LICENSE
README.md
lib/tzinfo.rb
lib/tzinfo/annual_rules.rb
lib/tzinfo/country.rb
lib/tzinfo/country_timezone.rb
lib/tzinfo/data_source.rb
lib/tzinfo/data_sources.rb
lib/tzinfo/data_sources/constant_offset_data_timezone_info.rb
lib/tzinfo/data_sources/country_info.rb
lib/tzinfo/data_sources/data_timezone_info.rb
lib/tzinfo/data_sources/linked_timezone_info.rb
lib/tzinfo/data_sources/posix_time_zone_parser.rb
lib/tzinfo/data_sources/ruby_data_source.rb
lib/tzinfo/data_sources/timezone_info.rb
lib/tzinfo/data_sources/transitions_data_timezone_info.rb
lib/tzinfo/data_sources/zoneinfo_data_source.rb
lib/tzinfo/data_sources/zoneinfo_reader.rb
lib/tzinfo/data_timezone.rb
lib/tzinfo/datetime_with_offset.rb
lib/tzinfo/format1.rb
lib/tzinfo/format1/country_definer.rb
lib/tzinfo/format1/country_index_definition.rb
lib/tzinfo/format1/timezone_definer.rb
lib/tzinfo/format1/timezone_definition.rb
lib/tzinfo/format1/timezone_index_definition.rb
lib/tzinfo/format2.rb
lib/tzinfo/format2/country_definer.rb
lib/tzinfo/format2/country_index_definer.rb
lib/tzinfo/format2/country_index_definition.rb
lib/tzinfo/format2/timezone_definer.rb
lib/tzinfo/format2/timezone_definition.rb
lib/tzinfo/format2/timezone_index_definer.rb
lib/tzinfo/format2/timezone_index_definition.rb
lib/tzinfo/info_timezone.rb
lib/tzinfo/linked_timezone.rb
lib/tzinfo/offset_timezone_period.rb
lib/tzinfo/ruby_core_support.rb
lib/tzinfo/string_deduper.rb
lib/tzinfo/time_with_offset.rb
lib/tzinfo/timestamp.rb
lib/tzinfo/timestamp_with_offset.rb
lib/tzinfo/timezone.rb
lib/tzinfo/timezone_offset.rb
lib/tzinfo/timezone_period.rb
lib/tzinfo/timezone_proxy.rb
lib/tzinfo/timezone_transition.rb
lib/tzinfo/transition_rule.rb
lib/tzinfo/transitions_timezone_period.rb
lib/tzinfo/version.rb
lib/tzinfo/with_offset.rb
Homepage
https://tzinfo.github.io
Licenses
MIT
Metadata
{"bug_tracker_uri"=>"https://github.com/tzinfo/tzinfo/issues", "changelog_uri"=>"https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md", "documentation_uri"=>"https://rubydoc.info/gems/tzinfo/2.0.6", "homepage_uri"=>"https://tzinfo.github.io", "source_code_uri"=>"https://github.com/tzinfo/tzinfo/tree/v2.0.6"}
Rdoc options
--title
TZInfo
--main
README.md
Require paths
lib
Required ruby version
>= 1.9.3
Required rubygems version
>= 0
Rubygems version
3.4.5
Specification version
4
Summary
Time Zone Library
Original platform
ruby
New platform
ruby