| 814 | } |
| 815 | |
| 816 | _LIBCPP_AVAILABILITY_TZDB _LIBCPP_EXPORTED_FROM_ABI string remote_version() { |
| 817 | filesystem::path __root = chrono::__libcpp_tzdb_directory(); |
| 818 | ifstream __tzdata{__root / "tzdata.zi"}; |
| 819 | return chrono::__parse_version(__tzdata); |
| 820 | } |
| 821 | |
| 822 | } // namespace chrono |
| 823 |
no test coverage detected