update estimated delivery date for E2E

This commit is contained in:
Omair Saleh
2024-04-30 17:49:30 +08:00
parent f3e35ec31d
commit f57b1e625f
@@ -41,7 +41,7 @@ class GeneratesBookingQuotation
->endOfDay()
->addWeekdays($daysToAdd)
->timezone('Asia/Singapore')
->format('4:00 PM, jS M, Y GMT T');
->format('4:00 \P\M, jS M, Y \G\M\T T');
}