are the time_point-types of the clock-types from boost.chrono convertible into each other?

chrono::system_clock::time_point t = convert_fun( chrono::steady_clock::now() ) etc. ?