Class: Mutx::Support::TimeHelper
- Inherits:
-
Object
- Object
- Mutx::Support::TimeHelper
- Defined in:
- lib/mutx/support/time_helper.rb
Class Method Summary collapse
Class Method Details
.formatted_time_for(timestamp) ⇒ Object
6 7 8 |
# File 'lib/mutx/support/time_helper.rb', line 6 def self.formatted_time_for Time.at().strftime(Mutx::Support::Configuration.formatted_datetime) end |