File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
use the <b >uuid</b > as the user identifier),
38
38
</li >
39
39
<li >
40
- <b >date_registered</b > - date and time (ISO 8601) indicating when exactly
41
- has the user registered his Opencaching account,
40
+ <b >date_registered</b > - date (ISO 8601, no time ) indicating when the user
41
+ has registered his Opencaching account,
42
42
</li >
43
43
<li ><b >caches_found</b > - number of "Found it" and "Attended" log entries,</li >
44
44
<li ><b >caches_notfound</b > - number of "Didn't find it" log entries,</li >
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public static function call(OkapiRequest $request)
70
70
}
71
71
break ;
72
72
case 'internal_id ' : $ entry ['internal_id ' ] = $ row ['user_id ' ]; break ;
73
- case 'date_registered ' : $ entry ['date_registered ' ] = date (' c ' , strtotime ($ row ['date_created ' ]));
73
+ case 'date_registered ' : $ entry ['date_registered ' ] = date (" Y-m-d " , strtotime ($ row ['date_created ' ]));
74
74
case 'caches_found ' : /* handled separately */ break ;
75
75
case 'caches_notfound ' : /* handled separately */ break ;
76
76
case 'caches_hidden ' : /* handled separately */ break ;
You can’t perform that action at this time.
0 commit comments