Class: Hyrax::TimeService
- Inherits:
-
Object
- Object
- Hyrax::TimeService
- Defined in:
- app/services/hyrax/time_service.rb
Class Method Summary collapse
-
.time_in_utc ⇒ DateTime
The current time in UTC.
Class Method Details
.time_in_utc ⇒ DateTime
Returns the current time in UTC.
4 5 6 |
# File 'app/services/hyrax/time_service.rb', line 4 def self.time_in_utc DateTime.current end |