Welcome Guest, Not a member yet? Register   Sign In
Date helper bug
#1

[eluser]jasonfx[/eluser]
Hi,

There seem to be some errors in the "standard_date" function of the date helper.

for example:

Code:
'DATE_ISO8601'    =>    '%Y-%m-%dT%H:%i:%s%Q'

according to php docs should be:

Code:
'DATE_ISO8601'    =>    '%Y-%m-%dT%H:%i:%s%O'

note the 'Q' at the end should be 'O'

There might be errors in other formatting strings in the array, possibly in 'DATE_ATOM' and 'DATE_W3C'

I noticed these after certain sections of my webstie stopped functioning properly after the upgrade to 2.0.1 from 1.7




Theme © iAndrew 2016 - Forum software by © MyBB