Sha256: 3e8825e79adab9633bf920a3df62346f052851c34ad9c285a1f85f3a0c954cdf
Contents?: true
Size: 279 Bytes
Versions: 3
Compression:
Stored size: 279 Bytes
Contents
module Druid module Writer module Tranquilizer class Timestamper include_package com.metamx.tranquility.typeclass.Timestamper def timestamp(theMap) org.joda.time.DateTime.new(theMap.get("timestamp")) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems