Class: Time
- Defined in:
- lib/propr/random/time.rb,
lib/propr/shrink/time.rb
Constant Summary collapse
- MIN =
MIN = Time.at(0) # 1969-12-31 00:00:00 UTC
Time.at(-30610224000)
- MAX =
9999-12-31 23:59:59 UTC
Time.at(253402300799)
MIN = Time.at(0) # 1969-12-31 00:00:00 UTC
Time.at(-30610224000)
9999-12-31 23:59:59 UTC
Time.at(253402300799)