Timestamp of copied file is not the same

Advanced Renamer forum
#1 : 22/05-25 17:33
Gerhard
Posts: 1
Hello,

I'm new to Advanced Renamer. Looks like a great tool for renaming e.g. photo files.

I use the copy and then rename feature.

Everything looks fine except that the timestamp is not exact the same.

Script to verify the timestamp:
powershell
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
$fileorig = Get-Item .\DSC06560.ARW
$fileorig.LastWriteTimeUtc.ToString("o")

$filecopied = Get-Item .\2025-05-17-21.03.19-DSC06560.ARW
$filecopied.LastWriteTimeUtc.ToString("o")
2025-05-17T19:03:19.4900000Z
2025-05-17T19:03:20.0000000Z

Environment is Windows 10.

Can you please fix it.

Thnx.

Gerhard