From 573f47c9a92b54403ecedbe63df1ffbba3211f37 Mon Sep 17 00:00:00 2001 From: Daniel Moore Date: Thu, 14 Jan 2021 17:29:14 -0800 Subject: [PATCH] Remove 'Z' because it's a local time --- tensorflow/python/training/evaluation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/training/evaluation.py b/tensorflow/python/training/evaluation.py index f44896b1c4e..677b4f89936 100644 --- a/tensorflow/python/training/evaluation.py +++ b/tensorflow/python/training/evaluation.py @@ -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(