# File lib/rbase/columns.rb, line 195 def unpack(data) return nil if data.rstrip == '' Date.new(*data.unpack("a4a2a2").map { |s| s.to_i}) end