Premium Expired date

admin4170

Member
Aug 8, 2014
30
0
6
I try to set expired date for a premium user 31/12/2099
It is OK. until he login, it auto change to free user

I want to set premium lifetime, expires date = blank.
It is OK. until he login, it auto change to free user
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Hi,

The MYSQL date time column wont allow for dates that far into the future, I think 2036 is the latest. Try a date around 2030 to see if it works.

I'll be added an option in the next release to set this to 'never expire'. So a date wont be required.

Thanks,
Adam.
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
The MySQL TIMESTAMP value has a range of ’1970-01-01 00:00:01′ UTC to ’2038-01-19 03:14:07′ UTC.

Might've been better to use the DATETIME value as the supported range is '1000-01-01 00:00:00' to '9999-12-31 23:59:59'.