def rhd_filename_to_timestamp(fname, timezone): return arrow.get(fname, 'YYMMDD_HHmmss').replace( tzinfo=tz.gettz(timezone)).datetime