# File lib/et-orbi/eo_time.rb, line 283
def
to_time_s
strftime
(
"%H:%M:%S.#{'%06d' % usec}"
)
end