Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bad format on UTC date
Message
 
 
To
02/12/2005 15:27:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01074392
Message ID:
01074523
Views:
14
This message has been marked as the solution to the initial question of the thread.
>From message #935281, I was able to apply a UTCToDateTime conversion. So, from a date such as:
>
>Thu, 20 May 2004 08:50:03 PDT
>
>I was able to use that function. Today, I found out that a specific Web site holding a blog has changed its format and the date that I have to deal with is in the following format:
>
>Fri, 2 Dec 2005 14:32:23 GMT
>
>Basically, if I add a 0 in front of the 2, it will work. Can someone tell me if I should update the function or if this is a non compliant UTC date that I should verify for that purpose before calling the function?

It's RFC 1123 compliant date so you should adjust your UDF.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform