mirror of
https://github.com/php/php-sdk-binary-tools.git
synced 2026-03-24 07:32:15 +01:00
4 lines
182 B
Batchfile
4 lines
182 B
Batchfile
for /F "tokens=1-4 delims=:., " %%a in ('time/T') do set _TIME=%%a%%b%%c
|
|
for /F "tokens=2-5 delims=:.,/ " %%a in ('date/T') do set _DATE=%%a%%b%%c
|
|
SET SNAPDATETIME=%_DATE%%_TIME%
|