Question
problem with parseDateTime
I have a problem with the ParseDateTime function on some
days, and using the POP option i get the wrong data. I think that
the problem is at the end and beginning of months and when trying
to add hours on time. For example, when I use
<cfset dt = parseDateTime("Thu, 31 May 2007 17:31:41 +0300", "pop") />
i get
{ts '2007-06-01 14:31:41'}
instead of
{ts '2007-05-31 14:31:41'}.
I need your help. Thanking you in advance.
<cfset dt = parseDateTime("Thu, 31 May 2007 17:31:41 +0300", "pop") />
i get
{ts '2007-06-01 14:31:41'}
instead of
{ts '2007-05-31 14:31:41'}.
I need your help. Thanking you in advance.