From 5c255e2e83074b317c5b2432f795393d4298e26b Mon Sep 17 00:00:00 2001 From: Dwi Swandhana Date: Fri, 30 Jan 2026 09:46:59 +0700 Subject: [PATCH] push --- htdocs/app/Services/AstmMessageService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/app/Services/AstmMessageService.php b/htdocs/app/Services/AstmMessageService.php index e7b9169e..f2924ec4 100644 --- a/htdocs/app/Services/AstmMessageService.php +++ b/htdocs/app/Services/AstmMessageService.php @@ -765,7 +765,7 @@ class AstmMessageService $f = explode('|', $line); $test = explode('^', $f[2] ?? ''); $resultDateTime = $this->astmToDateTime($f[9] ?? null); - $updated_date = $this->parseUpdatedDate($f[10] ?? null); + $updated_date = $this->astmToDateTime($f[10] ?? null); // Instrument detail di akhir baris preg_match('/(MGIT960|BACTECFX)[^|]*/', $line, $inst);