HowardHinnant / date

A date and time library based on the C++11/14/17 <chrono> header
Other
3.07k stars 669 forks source link

detect current zone on OpenWRT systems #787

Open paresy opened 1 year ago

paresy commented 1 year ago

Similar to buildroot we might want to detect the timezone on OpenWRT systems which are also quite popular. (I am not sure if i remember correctly that you didn't really want more systems in the detection part - if so, i just want to provide it for anyone that searches it, so he/she/it can apply a nice ready-to-go patch.)

Thanks for the great library!