-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDataTest.js
32 lines (32 loc) · 916 Bytes
/
DataTest.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
let record = {
"_id": {
"$oid": "5e6dd336be82a51560995462"
},
"created_at": {
"$date": "2020-03-15T07:03:05.658Z"
},
"history": [
{
"Id": "14758",
"Day": "Monday",
"Status": "Working",
"TimeStamp": "Mar 14 2020 20:59:48 GMT+0530 (India Standard Time)",
"Action": [
{
"Type": "sign-in",
"TimeStamp": "Mar 14 2020 20:59:48 GMT+0530 (India Standard Time)",
"TimeZone": "IST"
},
{
"Type": "sign-out",
"TimeStamp": "Mar 15 2020 01:00:00 GMT+0530 (India Standard Time)",
"TimeZone": "IST"
}
]
}
],
"loginId": "schinthalapudi",
"empId": "3985",
"empName": "Pavan Anand Chinthalapudi",
"__v": 0
}