cxotime.scripts.print_time_conversions.main#

cxotime.scripts.print_time_conversions.main(date=None, file=sys.stdout)#

Interface to entry_point script cxotime to print time conversions.

Parameters:
  • date – str, float, optional Date for time conversion if sys.argv[1] is not provided. Mostly for testing.

  • file – file-like, optional File-like object to write output (default=sys.stdout). Mostly for testing.