Skip to content

Commit a6a72aa

Browse files
committed
fix: fixed the bug that failed when exporting the data set of synthetic results
1 parent d2ea29c commit a6a72aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/datamate-python/app/module/generation/service/export_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async def export_task_to_dataset(
8787
file_path=file_path,
8888
file_type="jsonl",
8989
file_size=file_size,
90-
last_access_time=datetime.datetime.now(datetime.UTC),
90+
last_access_time=datetime.datetime.now(),
9191
)
9292
self._db.add(df)
9393
created_files.append(df)

0 commit comments

Comments
 (0)