# File lib/ramaze/log/rotatinginformer.rb, line 194 def timestamp mask = class_trait[:timestamp] Time.now.strftime(mask || "%Y-%m-%d %H:%M:%S") end