mirror of
https://github.com/clearml/clearml
synced 2025-02-07 21:33:25 +00:00
Fix add UTC to time stamp in comment #152
This commit is contained in:
parent
2b75c933ee
commit
df143f1b4e
@ -307,7 +307,7 @@ class Task(IdObjectBase, AccessMixin, SetupUploadMixin):
|
||||
get_logger('task').debug(str(e))
|
||||
|
||||
def _auto_generate(self, project_name=None, task_name=None, task_type=TaskTypes.training):
|
||||
created_msg = make_message('Auto-generated at %(time)s by %(user)s@%(host)s')
|
||||
created_msg = make_message('Auto-generated at %(time)s UTC by %(user)s@%(host)s')
|
||||
|
||||
if task_type.value not in (self.TaskTypes.training, self.TaskTypes.testing) and \
|
||||
not Session.check_min_api_version('2.8'):
|
||||
|
Loading…
Reference in New Issue
Block a user