mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
4 lines
176 B
PowerShell
4 lines
176 B
PowerShell
|
|
$buildTime = Get-Date -Format "yyyy-MM-dd HH:mm:ss"
|
||
|
|
$buildTime | Out-File -FilePath "BuildTime.txt" -Encoding UTF8
|
||
|
|
Write-Host "Build time written to BuildTime.txt: $buildTime"
|