Method: Roby::Application#time_tag
- Defined in:
- lib/roby/app.rb
#time_tag ⇒ Object
The time tag. It is a time formatted as YYYYMMDD-HHMM used to mark log directories
1625 1626 1627 |
# File 'lib/roby/app.rb', line 1625 def time_tag @time_tag ||= Time.now.strftime("%Y%m%d-%H%M") end |