How to convert input from a streamlit time input widget to milliseconds since Unix Epoch? Time of the day comes from the time input widget and date have in the following string format
day = '20240325' #YYYYMMDDtime = st.time_input('Execution time', step=0:1:00)print(time_in_ms_since_epoch)