Method: Adapi::BudgetOrder#fix_time
- Defined in:
- lib/adapi/budget_order.rb
#fix_time(a_time) ⇒ Object
TODO this is potentially brittle. update and add tests
108 109 110 |
# File 'lib/adapi/budget_order.rb', line 108 def fix_time(a_time) Time.parse(a_time.to_s).strftime("%Y%m%d %H%M%S Europe/Prague") end |