class TZInfo::TimezoneTransition

def at

Returns:
  • (Timestamp) - the UTC time when this transition occurs.
def at
  Timestamp.utc(@timestamp_value)
end