Get the message time as a JS timestamp
Returns:
36 37 38 39
# File 'lib/patch/message.rb', line 36 def timestamp js_time = @time.to_f * 1000 js_time.to_i end