Expand description
SQLite date/time functions (§13.3).
Implements: date(), time(), datetime(), julianday(), unixepoch(), strftime(), timediff().
Internal representation is Julian Day Number (f64). All functions parse input to JDN, apply modifiers left-to-right, then format.
Invalid inputs return NULL (never error).
Structs§
Functions§
- is_
datetime_ invocation_ safe_ for_ schema - Return whether an evaluated built-in date/time call is safe in a schema expression whose value must remain stable for the lifetime of the schema.
- register_
datetime_ builtins - Register all §13.3 date/time functions.