export date format

This commit is contained in:
r.mubarakzyanov 2026-03-16 20:57:05 +03:00
parent cdd6551e9c
commit eaf70d5a46

View File

@ -115,7 +115,7 @@ try {
");
$stmt->execute([
'iddatadb' => $iddatadb,
'export_date' => date('Y-m-d'),
'export_date' => date('Y-m-d\T00:00:00P'),
'export_time' => date('H:i'),
]);