51 52 53
# File 'lib/quack/types/time.rb', line 51 def parse_offset(offset) offset == "Z" ? UTC : offset end