blob: 5c993a0b15daaba946975a127635b7677ed9f650 [file] [log] [blame]
var dt = new Date(parseInt(WSH.Arguments(0)));
WSH.Echo(dt.toLocaleTimeString());