AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

FileSetTime hangs 1h in win7

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
haichen



Joined: 05 Feb 2007
Posts: 189
Location: Osnabrück, Germany

PostPosted: Sun Jul 12, 2009 11:13 am    Post subject: FileSetTime hangs 1h in win7 Reply with quote

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
View user's profile Send private message
ecksphore



Joined: 21 Nov 2006
Posts: 191

PostPosted: Mon Jul 13, 2009 3:25 am    Post subject: Reply with quote

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
View user's profile Send private message
Lexikos



Joined: 17 Oct 2006
Posts: 7293
Location: Australia

PostPosted: Fri Jul 17, 2009 7:55 am    Post subject: Reply with quote

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. Razz 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
View user's profile Send private message Visit poster's website
haichen



Joined: 05 Feb 2007
Posts: 189
Location: Osnabrück, Germany

PostPosted: Fri Jul 17, 2009 9:08 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group