module FFaker::SSNSE
def random_birth_time_between(from = ::Time.local(1940, 1, 1), to = ::Time.now)
def random_birth_time_between(from = ::Time.local(1940, 1, 1), to = ::Time.now) ::Time.at(from + rand * (to.to_f - from.to_f)) end
def random_birth_time_between(from = ::Time.local(1940, 1, 1), to = ::Time.now) ::Time.at(from + rand * (to.to_f - from.to_f)) end