# File lib/ice_cube/validations/until.rb, line 39 def build_s(builder) date = IceCube::I18n.l(time, format: IceCube.to_s_time_format) builder.piece(:until) << IceCube::I18n.t('ice_cube.until', date: date) end