polars.internals.expr.ExprDateTimeNameSpace.epoch_seconds¶
- ExprDateTimeNameSpace.epoch_seconds() polars.internals.expr.Expr ¶
Get the number of seconds since the unix EPOCH If the date is before the unix EPOCH, the number of seconds will be negative.
Deprecated since version 0.13.9: Use
epoch()
instead.- Returns
- Milliseconds as Int64