New-UDDateTime - Does it convert server datetime to client's browser date time?

Hi All / @adam -

Does New-UDDateTime convert server datetime to client’s browser date time? From my test, it doesn’t convert to browsers timezone datetime. Or did I use it wrongly? Sample below, the date time shown below is in CET, my local timezone is GMT+8.

New-UDDateTime -InputObject (Get-Date) -LocalizedFormat LLLL
    New-UDHtml -Markup "<br>"
    Get-Date

image

I can reproduce this. I’ll get this fixed for 2.10.1