79669126

Date: 2025-06-17 13:05:26
Score: 1
Natty:
Report link
 $row->created = (new DateTime('@' . $row->created))->setTimezone(new DateTimeZone(config('app.timezone')));

Not a bug,the timezone is intentionally ignored when using @-style timestamps.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Haripriyabalan Hari