Opened 14 years ago
Closed 14 years ago
#2743 closed Feature Requests (duplicate)
Add ability to populate tz_database from stream
Reported by: | Johan Ditmar | Owned by: | az_sw_dude |
---|---|---|---|
Milestone: | To Be Determined | Component: | date_time |
Version: | Boost 1.36.0 | Severity: | Not Applicable |
Keywords: | Cc: |
Description
boost::local_time::tz_database currently has a method load_from_file to populate the database from a csv data file.
It would be useful to have a method "load_from_stream" that takes a stream instead (handy for example when you want to populate tz_database from a database).
Note:
See TracTickets
for help on using tickets.
Duplicate of #2475