hazelcast / hazelcast/hazelcast-cpp-client
Use boost for getting local time in default log handler
Open
Type: Enhancement
- Dominant language
- C++
- Stars
- 91
- Forks
- 54
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 5
Description
We currently use `localtime_s` on Windows and `localtime_r` on other platforms for getting the local time.
Check if we can do the same thing using one of boost libraries (possibly Boost.DateTime).
Contributor guide
Assessment
This issue has not been assessed yet.