Hi guys, I have a field created_at which is timestamp. My app is hosted in a shared webhosting. When I receive the value of that field, it is giving me two hours earlier than my timezone. Mi timezone is America/Lima => GMT-5. I have asked my hosting support and they are telling me that the server is located in the west coast of USA, which is PST.
When I retrieve the date using return Carbon::parse($this->created_at)->timezone('America/Lima'); it is giving me a completeley wrong timezone.