Activity Log Saves DateTime with Different Timezone #822
-
Hello! In my For example, I will select Am I missing some configuration? This is my input field: Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey, |
Beta Was this translation helpful? Give feedback.
-
My last resort. I just converted the date according to my timezone to display the correct date and time. |
Beta Was this translation helpful? Give feedback.
My last resort.
I just converted the date according to my timezone to display the correct date and time.
Carbon\Carbon::parse($property)->setTimezone('Asia/Manila')->format('Y-m-d H:i:s')