# File lib/spreadsheet/format.rb, line 172
def
time?
!
!
/[hms]/
.
match
(
@number_format
.
to_s
)
end