Abstract the timestamp formatting into cli.py
authorIustin Pop <iustin@google.com>
Tue, 30 Sep 2008 09:36:49 +0000 (09:36 +0000)
committerIustin Pop <iustin@google.com>
Tue, 30 Sep 2008 09:36:49 +0000 (09:36 +0000)
commit3386e7a93025e3268a5f0d80404512a8eb6e90f2
treed61bfedab800e8af5b6ea1d6843ba189a6ebbec6
parentb2cee5e5602dfd10525156ece5ef44ef24096302
Abstract the timestamp formatting into cli.py

Currently we format the timestamp inside the gnt-job info function. We
will need this more times in the future, so move it to cli.py as a
separate, exported function.

Reviewed-by: imsnah
lib/cli.py
scripts/gnt-job