 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
haichen
Joined: 05 Feb 2007 Posts: 189 Location: Osnabrück, Germany
|
Posted: Sun Jul 12, 2009 11:13 am Post subject: FileSetTime hangs 1h in win7 |
|
|
| Code: | fileappend,hallo,timetest.txt
sleep, 3000
FileSetTime, 20090227120000,timetest.txt
FileGetTime, OutputVar , timetest.txt
MsgBox, %OutputVar%
FileSetTime, %a_now%,timetest.txt
|
winXPSp3
Timezone (GMT+01:00) Amsterdam, Berlin, Bern, Rom, Stockholm, Wien
20090227120000->12:00
a_now ->zB.13:00
win7
Timezone (UTC+01:00) Amsterdam, Berlin, Bern, Rom, Stockholm, Wien
20090227120000->11:00
a_now ->zB.13:00
filegettime retrieve the correct time 12:00
Both clocks show the same correct time.
Can someone confirm this behaviour?
[Moved from Bug Reports forum. ~jaco0646] |
|
| Back to top |
|
 |
ecksphore
Joined: 21 Nov 2006 Posts: 191
|
Posted: Mon Jul 13, 2009 3:25 am Post subject: |
|
|
I would expect there to be a few bugs with Win7 considering the OS is not even released yet.
I'm assuming Chris will update AHK when it's out of beta. |
|
| Back to top |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 7293 Location: Australia
|
Posted: Fri Jul 17, 2009 7:55 am Post subject: |
|
|
It worked fine for me with Windows 7 RC and UTC+10, no DST.
| Quote: | | I'm assuming Chris will update AHK when it's out of beta. | FYI, RC > beta. I get your point though, and I agree that Chris' priority of Windows 7-related issues should be very low at this point. |
|
| Back to top |
|
 |
haichen
Joined: 05 Feb 2007 Posts: 189 Location: Osnabrück, Germany
|
Posted: Fri Jul 17, 2009 9:08 am Post subject: |
|
|
| Quote: | | It worked fine for me with Windows 7 RC and UTC+10, no DST. |
Thanks Lexikos, that was the answer to my question.
Ecksphore missunderstood my question.
I don't want to state that Chris should work on this.
I only want to know if there is a problem with my system. |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|