Method: AEMO::Time.format_timestamp14
- Defined in:
- lib/aemo/time.rb
.format_timestamp14(time) ⇒ String
Format a time to a timestamp 14.
24 25 26 |
# File 'lib/aemo/time.rb', line 24 def (time) time.in_time_zone(NEMTIMEZONE).strftime(TIMESTAMP14) end |