Method: TZInfo::DataSources::TimezoneInfo#identifier

Defined in:
lib/tzinfo/data_sources/timezone_info.rb

#identifierString (readonly)

Returns the identifier of the time zone.

Returns:

  • (String)

    the identifier of the time zone.



11
12
13
# File 'lib/tzinfo/data_sources/timezone_info.rb', line 11

def identifier
  @identifier
end