Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 284 by [email protected]: wrong unix time
http://code.google.com/p/memcached/issues/detail?id=284

What steps will reproduce the problem?

when I set key with expire time by using unix timestamp.
doen't work properly.

and found a problem.

==========
[server01] # date && \
_unixtime=`memcached-tool 127.0.0.1:11212 stats | grep -w time | awk '{print $2}'` && \
                  gawk "BEGIN{print strftime(\"%c\",${_unixtime});exit}"

Fri Aug  3 11:38:58 2012
Fri Aug  3 11:54:40 2012
==========
as u can c. the time stamp on memcached and the server is different.

when i restart memcached possess. the problem will be solved.

how can we fix this problem. is this a bug?
What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
CentOS release 5.7 (Final)
Kernel \r on an \m
2.6.18-274.12.1.el5xen
memcached 1.4.10




Reply via email to