How can I create a boost::local_time::local_date_time object from a tm time structure?
|
feedback
|
|
This will help you to convert tm structure into posix_time object. Look around for more conversions. | |||
|
feedback
|
|
Bit of a pain, but it seems like you have to go via posix_time::ptime:
| |||
|
feedback
|