What version of the product are you using? On what operating system?
Affected Version: ALL
What steps will reproduce the problem?
1. use net.spy.memcached.MemcachedClient.set(String key, int exp, Object o)
method to cache data.
2. use the exp argument as unix timestamp, its type is int and max value in
java is 2147483647, represent the time 2038-01-19 03:14:10.
3. how to pass the right unix timestamp to MemcachedClient.set method with int
type after the time 2038-01-19 03:14:10 ?
Please provide any additional information below.
http://livebook.in/2013/05/year-2038-problem-the-unix-millennium-bug/
Original issue reported on code.google.com by qingshen...@gmail.com on 18 Oct 2013 at 5:07
Original issue reported on code.google.com by
qingshen...@gmail.com
on 18 Oct 2013 at 5:07