Tracking of devices and changing timestamps

Hi there. I’m learning about Json and the coding behind it because my personal areas are somehow being noticed when they shouldn’t. I looked at my raw data on my gmail for location activity. Is the below information implementing a change in data for an application on my server to make it look like something else?
createdTime": “2022-05-12T11:26:00.195Z”,
“modifiedTime”: “2023-02-05T03:06:56.137Z”,
“historyEnabled”: true,
“historyDeletionTime”: “2023-06-18T12:20:29.853Z”,
“deviceSettings”: [{
“deviceTag”: 808488033,
“reportingEnabled”: true,
“devicePrettyName”: “SM-S908E”,
“platformType”: “ANDROID”,
“deviceCreationTime”: “2023-02-03T09:54:37.751Z”,
“latestLocationReportingSettingChange”: {
“reportingEnabledModificationTime”: “2023-02-05T03:06:56.137Z”
},
“androidOsLevel”: 33,
“deviceSpec”: {
“manufacturer”: “samsung”,
“brand”: “samsung”,
“product”: “b0qxxx”,
“device”: “b0q”,
“model”: “SM-S908E”,
“isLowRam”: false
}
}, {
“deviceTag”: 1316390881,
“reportingEnabled”: false,
“devicePrettyName”: “SM-A720F”,
“platformType”: “ANDROID”,
“deviceCreationTime”: “2022-05-12T11:26:00.195Z”,
“latestLocationReportingSettingChange”: {
“reportingEnabledModificationTime”: “2022-05-12T11:26:00.195Z”
},
“androidOsLevel”: 26,
“deviceSpec”: {
“manufacturer”: “samsung”,
“brand”: “samsung”,
“product”: “a7y17ltexx”,
“device”: “a7y17lte”,
“model”: “SM-A720F”,
“isLowRam”: false
}
}],
“latestLocationHistorySettingChange”: {
“historyEnabledModificationTime”: “2023-02-05T03:06:56.137Z”
},
“retentionWindowDays”: 540,
“hasReportedLocations”: true,
“hasSetRetention”: false

it does that for security reasons