class PG::TextEncoder::TimestampWithoutTimeZone

def encode(value)

def encode(value)
	value.respond_to?(:strftime) ? value.strftime(STRFTIME_ISO_DATETIME_WITHOUT_TIMEZONE) : value
end