Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
somannameti
Starting Member
2 Posts |
Posted - 2012-04-23 : 02:58:24
|
Hi ALL,The server is in USA , i am setting Aus time zone so when by the below query EXEC master..xp_instance_regenumvalues @rootkey = N'HKEY_LOCAL_MACHINE', @key = N'SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Aus Eastern Standard Time'i get the Aus time zone settings value datadisplay (GMT+10:00) sydneyDlt Aus Eastern Daylight timeStd Aus Eastern Standard timeMapID 20,21index 255From the above data how can i get day light timing is -1/+1 hour or the Aus timing to current system timing or i need to set any other data ?is the US day light timing effect the Aus time zone settings ?please provide me the solution |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
|
|
|