KB2731771: New APIs for conversion between local time and UTC - Windows 7 (x86 and x64) and Windows Server 2008r2
| 0 Votes |
Versioning - This is the latest version.
| 1 | KB2731771: New APIs for conversion between local time and UTC - Windows 7 (x86 and x64) | 9/9/2013 9:18:53 AM |
| 2 | KB2731771: New APIs for conversion between local time and UTC - Windows 7 (x86 and x64) and Windows Server 2008r2 | 9/9/2013 9:27:44 AM |
Description
When you run an application that requires date interpretation and that uses the new APIs on a computer that is running Windows 7 or Windows Server 2008 R2, the following issues may occur:
Note: Affected computers may report back as 'Pending Restart' once the update has run successfully, but will not report back their final status until the computer has been restarted. |
File Size:
4.67 MB or 6.27 MBProperty Details
| 2592 | |
| Alpha - Code that was just developed | |
| KB2731771: New APIs for conversion between local time and UTC - Windows 7 (x86 and x64) and Windows Server 2008r2 | |
| BESC | |
| Security Patch | |
| 6580602 | |
| Microsoft | |
| KB2731771 | |
| Optional | |
| 9/9/2013 12:00:00 AM | |
| KB2731771 | |
| danielheth on 9/9/2013 9:27:44 AM | |
| danielheth on 9/9/2013 9:27:44 AM | |
| 9271 Views / 55 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
| Used in 368 fixlets | * Results in a true/false |
(if( name of operating system starts with "Win" ) then platform id of operating system != 3 else false) AND (if exists property "in proxy agent context" then ( not in proxy agent context ) else true )
| Used in 2 fixlets | * Results in a true/false |
NOT(exists names whose (it as string contains "6.1.1.1") of values of keys whose (name of it contains "Package_for_KB2731771") of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\PackageIndex" of native registry)
| Used in 2 fixlets | * Results in a true/false |
not pending restart "86675d2fd327b328793dc179727ce0ce5107a72e" AND not pending restart "98dba6673cedbc2860c76b9686e895664d463347"
| Used in 1 fixlet | * Results in a true/false |
((name of it = "Win7" OR name of it = "Win2008R2") AND (service pack major version of it = 1 OR service pack major version of it = 0)) of operating system
Actions
Action 1 (default)
Action Link Click
here to initiate the deployment process.
Script Type
BigFix Action Script
if {x64 of operating system}
download http://download.microsoft.com/download/5/D/D/5DD3B258-BF31-4656-8D61-A4F564E7ADE6/Windows6.1-KB2731771-x64.msu
continue if {(size of it = 6580602 AND sha1 of it = "98dba6673cedbc2860c76b9686e895664d463347") of file "Windows6.1-KB2731771-x64.msu" of folder "__Download"}
// Is Windows Update service running?
continue if {exists running service "wuauserv" OR NOT exists service "wuauserv" whose (start type of it = "disabled")}
waithidden "{pathname of system folder & "\wusa.exe"}" "{pathname of client folder of current site & "\__Download\Windows6.1-KB2731771-x64.msu"}" /quiet /norestart
action requires restart "98dba6673cedbc2860c76b9686e895664d463347"
else
download http://download.microsoft.com/download/5/D/D/5DD3B258-BF31-4656-8D61-A4F564E7ADE6/Windows6.1-KB2731771-x86.msu
continue if {(size of it = 4904874 AND sha1 of it = "86675d2fd327b328793dc179727ce0ce5107a72e") of file "Windows6.1-KB2731771-x86.msu" of folder "__Download"}
// Is Windows Update service running?
continue if {exists running service "wuauserv" OR NOT exists service "wuauserv" whose (start type of it = "disabled")}
waithidden "{pathname of system folder & "\wusa.exe"}" "{pathname of client folder of current site & "\__Download\Windows6.1-KB2731771-x86.msu"}" /quiet /norestart
action requires restart "86675d2fd327b328793dc179727ce0ce5107a72e"
endif
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Action 2
Action Link Click
here to view this Security Bulletin from Microsoft.
Script Type
URL
http://support.microsoft.com/kb/2731771
Sharing
| Social Media: |
Comments
|
|
|
| Discovered after some research, the windows 7 x64 patch is the same one used for windows 2008r2, so I expanded the overall relevance for this newer version. | |

