Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ library for time zone handling [closed]

Tags:

c++

timezone

I'm looking for a simple C++ library that allows me to convert timezone descriptions like "America/New_York" into an offset to GMT.

I'm looking for a lightweight library to add to an existing project.

like image 366
Gene Vincent Avatar asked Nov 25 '22 18:11

Gene Vincent


1 Answers

Never used it but I think boost date time can do this: boost::date_time - local_time database

like image 200
Daniel Avatar answered Nov 28 '22 07:11

Daniel