Windows: Set file / folder date to the _correct_ time (regardless of daylightsavingtime)?
Posted: Sun Apr 02, 2023 8:07 pm
Hi!
I'd like to set a file / folder dates (modified / created / accessed) to a specific time that is not shifted by the bias of daylightsavingtime...
E.g. if I use this function from the german forum: https://www.purebasic.fr/german/viewtop ... 624#p71624
with:
Then the modified time (which is outside of the current daylightsavingtime) of the file is not 08:00 but 07:00...
Is there a (simple) way to do this (that works regardless of where you live in the world)?
Sorry, all that time conversation stuff is a little bit over my head
I'd like to set a file / folder dates (modified / created / accessed) to a specific time that is not shifted by the bias of daylightsavingtime...
E.g. if I use this function from the german forum: https://www.purebasic.fr/german/viewtop ... 624#p71624
with:
Code: Select all
#Day = 15
#Month = 3
#Year = 2023
#Hour = 8
#Minute = 00
Is there a (simple) way to do this (that works regardless of where you live in the world)?
Sorry, all that time conversation stuff is a little bit over my head
