Modify

Opened 16 years ago

Closed 16 years ago

#1180 closed Bug (Fixed)

_Date_Time_GetTimeZoneInformation Returned Values

Reported by: yn0t <spinxkx@…> Owned by: J-Paul Mesnage
Milestone: 3.3.1.2 Component: Documentation
Version: 3.3.0.0 Severity: None
Keywords: Cc:

Description

In the documentation of _Date_Time_GetTimeZoneInformation it states that elements [3] & [6] returns a $tagSYSTEMTIME date and time of when Daylight Savings time starts/ends. This should probably be clarified.

The returned value is not an actual date. It represents which Sunday the change over takes place. For example after the following is run.

$TimeZone = _Date_Time_GetTimeZoneInformation()
$array = _Date_Time_SystemTimeToArray($TimeZone[6])

$array[0] will equal 3 (March) and $array[1] will equal 2. The 2 represents the second Sunday (which is March 8th, 2009 this year). It does not represent March 2nd.

Attachments (0)

Change History (1)

comment:1 by J-Paul Mesnage, 16 years ago

Milestone: 3.3.1.2
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed in version: 3.3.1.2

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.