module
CliGen::Format
Overview
This module just holds time formats to be used with ::Time.parse!/.parse/.parse_local
Defined in:
cligen/format.crConstant Summary
-
INPUT_DATE_FULL =
"%Y-%m-%d %H:%M:%S %z" -
INPUT_DATE_PARTIAL =
"%Y-%m-%d %H:%M:%S" -
INPUT_DATE_SIMPLE =
"%Y-%m-%d" -
INPUT_DATE_SIMPLE_WITH_TIMEZONE =
"%Y-%m-%d %z" -
INPUT_EPOCH =
"@%s"