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