日付と時刻で並べ替えをしたいのですが、

df_summary = df_summary.sort_values(['recording_date', 'recording_time'], ascending=[True, True])

で並べ替えできません。
どこが間違っているのでしょう?