I got issue following by cancelation of using DST (Daylight Saving Time) in my country. This change doesn't appear in php library so I cannot use default time zones because +3:30
is not support now.
Also timezone like GMT-3:30 is not declared.
Any solution ?
Unless Carbon by itself accept setTimezone("+03:30")
but I am looking for a solution to change timezone in all activities of my application