Remove 'Z' because it's a local time

This commit is contained in:
Daniel Moore 2021-01-14 17:29:14 -08:00 committed by GitHub
parent 571c19440d
commit 573f47c9a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -252,7 +252,7 @@ def _evaluate_once(checkpoint_path,
h._set_evals_completed_tensor(eval_step_value) # pylint: disable=protected-access
logging.info('Starting evaluation at ' +
time.strftime('%Y-%m-%dT%H:%M:%SZ', time.localtime()))
time.strftime('%Y-%m-%dT%H:%M:%S', time.localtime()))
start = time.time()
# Prepare the session creator.
session_creator = monitored_session.ChiefSessionCreator(