lib/et-orbi/time.rb in et-orbi-1.2.3 vs lib/et-orbi/time.rb in et-orbi-1.2.4
- old
+ new
@@ -294,10 +294,10 @@
strftime('%H%M') + off + utc.strftime('(%H%M)')
end
def to_time_s
- strftime("%H:%M:%S.#{'%06d' % usec}")
+ strftime('%H:%M:%S.%6N')
end
def inc(t, dir=1)
case t