Have a #Python #Pandas series with datetime values, and want all those until now? Compare with pd.Timestamp.now():
df.loc[ pd.col('when') < pd.Timestamp.now() ]
This returns the rows from df where the "when" column is before now.