record_date = General['Start Date'].astype('string') record_date = pd.to_datetime(record_date, format="%Y/%m/%d %H:%M")
declare @fecha datetime set @fecha = GETDATE() select convert(date ,@fecha)
new Date().getTime()/1000;