Hi,
I noticed that the Timestamp class exposes the time as a signed 32bit number of seconds (from the documentation here: http://log4cpp.sourceforge.net/api/classlog4cpp_1_1TimeStamp.html). I think this means it is subject to the year 2038 problem. Are there plans to solve this?
@pulkomandy,
Thank you, Adrien, for bringing this issue.
There is commit https://sourceforge.net/p/log4cpp/codegit/ci/338670431fc9cc41b95f792ddeef20a203d112a2/ to address this.