common: Add module to get the current time zone.

This commit is contained in:
bunnei 2020-05-11 17:51:26 -04:00
parent 988e42a3f5
commit 33441fa728
3 changed files with 68 additions and 0 deletions

View file

@ -148,6 +148,8 @@ add_library(common STATIC
thread.h
thread_queue_list.h
threadsafe_queue.h
time_zone.cpp
time_zone.h
timer.cpp
timer.h
uint128.cpp