class Kuroko2::ExecutionLogger::CloudWatchLogs

def timestamp_now

def timestamp_now
  (Time.current.to_f * 1000).to_i # milliseconds
end