Acknowledged

Bug: UserActivity.startTime incorrect

When using the following code 

var userActivityIterator = UserProfile.getUserActivityHistory();
var sample = userActivityIterator.next();
var startTime = sample.startTime.value();

System.println("startTime "+startTime);

It printed out (real start time 30-04-2023 18:10) startTime 1047330625 as this is supposed to be a moment this converts to  10/03/2003, 22:10:25