Re: [RADIATOR] Expiration Date Bug ?

2013-09-20 Thread Kennyen Choo
Thanks for your prompt response. Yes, convert the date format to 3 characters did help to resolve the issue but why is Radiator try to perform the convertion if the date/time format is incorrect? On Fri, Sep 20, 2013 at 12:49 PM, Kennyen Choo kennyen.c...@gmail.comwrote: Hello, I am using

Re: [RADIATOR] Expiration Date Bug ?

2013-09-20 Thread Heikki Vatiainen
On 09/20/2013 07:49 AM, Kennyen Choo wrote: I'm using Expiration attribute with format October 20 2013 00:00:00 but suprisingly the Radiator converted it to 1358611200 instead of the correct value which is 1382198400. Try converting the dates from full month name to three letter abbreviation.

[RADIATOR] Expiration Date Bug ?

2013-09-19 Thread Kennyen Choo
Hello, I am using RADIATOR 4.10 on x86 linux with MySQL DB. I'm using Expiration attribute with format October 20 2013 00:00:00 but suprisingly the Radiator converted it to 1358611200 instead of the correct value which is 1382198400. mysql select from_unixtime(1358611200);