class ActionView::Helpers::Tags::TimeField

:nodoc:
:nodoc:

def format_date(value)

def format_date(value)
  value&.strftime("%T.%L")
end