summaryrefslogtreecommitdiff
path: root/tests/libtracker-data/functions/functions-builtin-day-1.rq
blob: 57647f94a886efa4ea2b4524ff625e79f0d5ac61 (plain)
1
2
3
4
5
6
7
8
9
SELECT DAY(?d) {
  VALUES ?d {
    '2022-03-10T12:23:34Z'^^xsd:dateTime
    '2022-01-01T01:00:00-0600'^^xsd:dateTime
    '2022-12-31T23:00:00+0600'^^xsd:dateTime
    '0001-01-02'^^xsd:date
    '9998-12-31'^^xsd:date
  }
}