Sha256: 05c471822e92f3f1488971b3b837033e6fc5e588ecd4496c0d2e1a3d25a2c029

Contents?: true

Size: 137 Bytes

Versions: 1

Compression:

Stored size: 137 Bytes

Contents

def local_time(str)
  Timetrap::Timer.process_time(str)
end

def local_time_cli(str)
  local_time(str).strftime('%Y-%m-%d %H:%M:%S')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
timetrap-1.15.4 spec/support/local_time.rb