Why are my file and folder timestamps showing the wrong time?

Why are my file and folder timestamps showing the wrong time?

I use a program called Attribute Changer ( https://www.petges.lu/) to change attributes and also date and time stamps to whatever I want, and I’m certain it takes account of Daylight Savings Time. In Windows Explorer, the timestamps are the same as when I set them in Attribute Changer.

How to make Link have the same atime and Mtime?

If you call the compiled file copytime, then the command copytime file link can be used to make link have the same atime and mtime as file does. It shouldn’t be too difficult to modify the program to use times specified on the command line instead of copying the times from another file.

What kind of local time does NTFS use?

NTFS uses UTC. Historically Windows and zip files used FAT standards (which is is local time and only 2 decimal places). You can read about it here. File Times – Windows applications | Microsoft Docs

Why does findfirstfile take daylight savings time into account?

Therefore, if it is daylight saving time, FindFirstFile takes daylight saving time into account, even if the file time you are converting is in standard time.

How to save modified timestamps on Windows file copy?

When files are copied from a local Windows drive to an SMB share on FreeNAS, files copied with COPY, XCOPY, and Windows Explorer all have their modified timestamp updated to the date/time that the copy occurred; only ROBOCOPY appears to preserve the modified timestamp of the file.

What do the timestamps mean in Windows 10?

One of the fields in the Portable Executable (PE) header is called TimeDateStamp. It’s a 32-bit value representing the time the file was created, in the form of seconds since January 1, 1970 UTC. But starting in Windows 10, those timestamps are all nonsense.

How are timestamps stored on FreeNAS backup software?

The timestamp of the files on FreeNAS are always stored with a mod date equal to the time the file was copied to the FreeNAS server. Really destroys the ability to use my backup software as the backup now copies all the 1000’s of files I’ve selected for backup rather than the few that were modified.