util: fix crash converting an invalid future date to string
Post-2038 timestamps cannot be handled on 32-bit architectures. Clamp
such dates to the maximum 32-bit timestamp.
try: import coverage if hasattr(coverage, 'process_startup'): coverage.process_startup()except ImportError: pass