Class: ConfigCat::Utils
- Inherits:
-
Object
- Object
- ConfigCat::Utils
- Defined in:
- lib/configcat/utils.rb
Constant Summary collapse
- DISTANT_FUTURE =
Float::INFINITY
- DISTANT_PAST =
0
Class Method Summary collapse
Class Method Details
.get_utc_now_seconds_since_epoch ⇒ Object
6 7 8 |
# File 'lib/configcat/utils.rb', line 6 def self.get_utc_now_seconds_since_epoch return Time.now.utc.to_f end |