Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit d196ec8

Browse files
committed
Using Howard Hinnant's free, open-source header-only and thread-safe datetime library.
https://howardhinnant.github.io/date/date.html All logs will display a datetime in format "2021-02-23 12:57:21.1023272" UTC, instead of simply displaying double formatted timestamp.
1 parent 5e1db6f commit d196ec8

File tree

3 files changed

+8013
-1
lines changed

3 files changed

+8013
-1
lines changed

Diff for: tdutils/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ set(TDUTILS_SOURCE
251251
td/utils/ThreadLocalStorage.h
252252
td/utils/ThreadSafeCounter.h
253253
td/utils/Time.h
254+
td/utils/date.h
254255
td/utils/TimedStat.h
255256
td/utils/Timer.h
256257
td/utils/TsFileLog.h

0 commit comments

Comments
 (0)