KB2731771: New APIs for conversion between local time and UTC - Windows 7 (x86 and x64) and Windows Server 2008r2
Log In or Register to download the BES file, and more.

0 Votes

Versioning - This is the latest version.

1KB2731771: New APIs for conversion between local time and UTC - Windows 7 (x86 and x64)9/9/2013 9:18:53 AM
2KB2731771: New APIs for conversion between local time and UTC - Windows 7 (x86 and x64) and Windows Server 2008r29/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:
  • Applications or web pages crash.
  • You cannot log on to web-based applications.
  • When you schedule a meeting by using a calendar application, and the recipient of the calendar item is located in a different time zone, the calendar item does not display the correct meeting time.
  • JavaScript-based stock ticker applications or JavaScript-based chart applications do not work as expected.

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.

Note: This security update is also referenced under KB2731771.

File Size:

4.67 MB or 6.27 MB

Property Details

ID2592
StatusAlpha - Code that was just developed
TitleKB2731771: New APIs for conversion between local time and UTC - Windows 7 (x86 and x64) and Windows Server 2008r2
DomainBESC
CategorySecurity Patch
Download Size6580602
SourceMicrosoft
Source IDKB2731771
Source SeverityOptional
Source Release Date9/9/2013 12:00:00 AM
KeywordsKB2731771
Added by on 9/9/2013 9:27:44 AM
Last Modified by on 9/9/2013 9:27:44 AM
Counters 9271 Views / 55 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 368 fixlets   * Results in a true/false
Show indented relevance
(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
Show indented relevance
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
Show indented relevance
not pending restart "86675d2fd327b328793dc179727ce0ce5107a72e" AND not pending restart "98dba6673cedbc2860c76b9686e895664d463347"
Used in 1 fixlet   * Results in a true/false
Show indented relevance
((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:
Share this page on Yammer

Comments

Log In or Register to leave comments!
danielheth -
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.