14.05.2011, 19:45
@CyNiC - That suffers the same problem.
Use a Unix timestamp, we shouldn't have problems with these until 2038. (the highest value an integer accepts is 2147483647 which converted to a date as a unix timestamp would be Tue, 19 Jan 2038 03:14:07 GMT according to my timezone)
Use a Unix timestamp, we shouldn't have problems with these until 2038. (the highest value an integer accepts is 2147483647 which converted to a date as a unix timestamp would be Tue, 19 Jan 2038 03:14:07 GMT according to my timezone)

