D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
tzinfo-data-1.2017.2
/
lib
/
tzinfo
/
data
/
Filename :
version.rb
back
Copy
module TZInfo module Data # TZInfo::Data version number. VERSION = '1.2017.2' # TZInfo::Data version information. module Version # The format of the Ruby modules. The only format currently supported by # TZInfo is version 1. FORMAT = 1 # TZInfo::Data version number. STRING = VERSION # The version of the {IANA Time Zone Database}[http://www.iana.org/time-zones] # used to generate this version of TZInfo::Data. TZDATA = '2017b' end end end