R/duckdb-funs.R
julian.Rd
Extract the Julian Day number from a date or timestamp.
DATE | TIMESTAMP | TIMESTAMP WITH TIME ZONE
DOUBLE
julian(ts = DATE)
julian(ts = TIMESTAMP)
julian(ts = `TIMESTAMP WITH TIME ZONE`)
julian(timestamp '2006-01-01 12:00')