when i stored my user_login_date into database it was GMT +5:30 but my database is set to GMT 0:00
example when user logged in at 12:00:00 but database stored that date as 07:30:00
now what to do if i want to fetch this data as GMT +5:30 Timezone
when i stored my user_login_date into database it was GMT +5:30 but my database is set to GMT 0:00
example when user logged in at 12:00:00 but database stored that date as 07:30:00
now what to do if i want to fetch this data as GMT +5:30 Timezone