I am using laravel 5.2
I want to save the India time in our created field can anyone help me how to do that. What type of setting I have to do that when user registers? I want the India time to be stored on created_at field. Like in whatsapp chat you saw that when we chat in India it will display the India timings when we chat.
Here is my Code:
$current = Carbon::now();
$current = new Carbon();
$today = Carbon::today();
but it returns me UK time date.