# File lib/etherpad-lite/models/chat_message.rb, line 48
    def time
      if timestamp
        @time ||= Time.at(timestamp)
      else
        nil
      end
    end