Paperlined.org
apps > sql
document updated 10 months ago, on Sep 30, 2025

dates and times in SQL

standards

SQL has been standardized by both ANSI and the ISO organization. Some names for standardized SQL are 'SQL-92' and 'SQL:1999'.

For date string standards, see ISO-8601 (examples) or RFC-3339.

standards manuals

ways to express dates/times and durations in standardized SQL

(for more, Ctrl-F for "<timestamp literal>" here)