Sunspot::Type::AbstractType
The time type represents times. Note that times are always converted to UTC before indexing, and facets of Time fields always return times in UTC.
# File lib/sunspot/type.rb, line 213 def to_literal(value) to_indexed(value) end