etcd-io / zetcd

Serve the Apache Zookeeper API but back it with an etcd cluster
Apache License 2.0
1.09k stars 94 forks source link

stat: convert timestamps from microseconds to milliseconds #100

Closed edgao closed 5 years ago

edgao commented 5 years ago

This fixes ZK's interpretation of ctime and mtime

Fixes #99

xiang90 commented 5 years ago

lgtm