PowerShell PowerShell $Temp = ([datetime]"01/01/2020 00:00").AddDays($_) $fecha = Get-Date $Temp -Format o $fecha 123 $Temp = ([datetime]"01/01/2020 00:00").AddDays($_)$fecha = Get-Date $Temp -Format o$fecha