method

add_tz

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: XSD::XSDDateTimeImpl
add_tz(s) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/xsd/datatypes.rb, line 582
  def add_tz(s)
    s + of2tz(@data.offset)
  end
Register or log in to add new notes.