# File lib/faker/time.rb, line 19 def forward(days = 365, period = :all, format = nil) time_with_format(date_with_random_time(super(days), period), format) end