i have some table and there are column date with value : 2021-07-01 10:00:00
when im fetching that, with ->get() or ->first() or anything of method in laravel to fetch data, i have difference result, look like the value has formated / converted to another timezone, but in laravel config or env , i dont set anything about configuration of timeszone, i has googling but not finding , can somebody tell me about this case, or maybe iam must be set some config to get proper value?