/tico

Primary LanguagePythonApache License 2.0Apache-2.0

Tico

time converter

  • calculate time delta between given timestamps

Usage

python3 tico.py <TIME> <TIME> <...>

Example

  • calculate the time delta between 08:00 AM and 12:00 AM

    python3 tico.py 0800 1200
  • output is 4 hours

    04:00