tracker issue : CF-3720896

select a category, or use search below
(searches all categories and all time range)
Title:

Daylight Savings CreateDateTime() Error

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce

Reporter/Name(from Bugbase): Christopher Vachon / Christopher Vachon (christopher vahcon)

Created: 03/10/2014

Components: Language

Versions: 10.0

Failure Type: Crash

Found In Build/Fixed In Build: Final /

Priority/Frequency: Major / Few users will encounter

Locale/System: English / Win 2008 Server R2 64 bit

Vote Count: 0

Problem Description: Systems produces and error using CreateDateTime() when the time giving is in the hour skipped by the Day Light Savings change over.

Steps to Reproduce:
var datetime = createDateTime(2014,3,9,2,55,26);

Actual Result:
Error Detail: Specify a valid date in createDateTime function.
ErrNumber: 0
Error Message: Date value passed to date function createDateTime is unspecified or invalid.

Expected Result:
{ts '2014-03-09 02:55:26'}

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3720896

External Customer Info:
External Company:  
External Customer Name: christopher vahcon
External Customer Email:  
External Test Config: My Hardware and Environment details: CF10 on windows server 2008 iis7.5

Attachments:

Comments:

error was encountered while parsing twitter api data.
Comment by External U.
13092 | March 10, 2014 06:49:22 PM GMT
Iam not sure about the timezone of data returned by twitter api but iam guessing it must be UTC and you are trying to use it as of local TimeZone. In that case, this error is expected. Could you confirm if that is the case? If not, could you send a repro case?
Comment by Himavanth R.
13093 | May 06, 2014 07:46:55 AM GMT