# File lib/eymiha/util/easylog.rb, line 25 def format_datetime(time) time.strftime(datetime_format) << ("%06d" % time.usec)[0,@usecs] end