toStandard plugin converts from military time to standard time. To convert from military to standard ------------------------------------ The format is: "miltime -s ##:##" - first ## MUST be a number 0-23 - second ## MUST be a number 00-59 "tostandard 1:00" will output: "1:00 to standard time is 01:00AM" "tostandard 14:55" will output: "14:55 to standard time is 2:55PM" This also works with midnight "tostandard 00:00" will output: "00:00 to standard time is 12:00AM"