(imported topic written by bearandy)
User want to list computers’ last report time in different way on webreport.
So I create a new property:
((year of it as string & “/” & month of it as two digits & “/” & day_of_month of it as two digits)of date(local time zone) of it & " " & (two digit hour of it as string & “:” & two digit minute of it as string & “:” & two digit second of it as string) of time(local time zone) of it)of apparent registration server time as universal string
but some computers show the time and some cpmputers got .
What’s the problem?
Another question:
Why last report time show different ways on console between on webreport?
Thanks for help