input stringlengths 52 134 | output stringlengths 15 69 |
|---|---|
Parse English date, today is Sunday, 2 May 2027: The Middle Of The Month | {"add_months": 0, "at_day": 15} |
Parse English date, today is Tuesday, 3 December 2024: 5:30 AT NIGHT | {"at_hour": 5, "at_minute": 30} |
Parse English date, today is Sunday, 17 April 2022: hey 3rd August 2028 | {"at_day": 3, "at_month": 8, "at_year": 2028} |
Parse English date, today is Monday, 27 April 2026: 18 Sept | {"at_month": 9, "at_day": 18} |
Parse English date, today is Tuesday, 17 February 2026: THIS MONTH'S MIDDLE | {"add_months": 0, "at_day": 15} |
Parse English date, today is Friday, 2 March 2029: the last week of next month sat | {"add_months": 1, "at_week": -1, "at_weekday": 5} |
Parse English date, today is Thursday, 28 December 2028: in twelve hours | {"add_hours": 12} |
Parse English date, today is Thursday, 4 August 2022: on wednesday this week | {"add_weeks": 0, "at_weekday": 2} |
Parse English date, today is Saturday, 4 May 2030: well in two days | {"add_days": 2} |
Parse English date, today is Saturday, 22 June 2030: on mon at 18 | {"at_weekday": 0, "at_hour": 18, "at_minute": 0} |
Parse English date, today is Wednesday, 28 October 2026: tommorow | {"add_days": 1} |
Parse English date, today is Wednesday, 16 June 2027: remind me the twenty of MAR | {"at_day": 20, "at_month": 3} |
Parse English date, today is Wednesday, 6 March 2030: the 3rd of january | {"at_month": 1, "at_day": 3} |
Parse English date, today is Tuesday, 5 November 2030: I think sixteen days from now | {"add_days": 16} |
Parse English date, today is Friday, 10 January 2025: THIS MONTH'S 1ST WEDNESDAY | {"add_months": 0, "at_week": 1, "at_weekday": 2} |
Parse English date, today is Wednesday, 23 October 2024: yesterday tonight | {"add_days": -1, "at_hour": 22, "at_minute": 0, "is_ambiguous": true} |
Parse English date, today is Friday, 4 August 2023: a quarter to 8 | {"at_hour": 7, "at_minute": 45} |
Parse English date, today is Thursday, 22 August 2024: hey 10 minutes from now | {"add_minutes": 10} |
Parse English date, today is Friday, 3 May 2030: So Tomorrow | {"add_days": 1} |
Parse English date, today is Monday, 11 October 2027: like new year | {"at_month": 1, "at_day": 1} |
Parse English date, today is Friday, 5 May 2023: 10 days ago | {"add_days": -10} |
Parse English date, today is Monday, 15 September 2025: Next Week'S Start | {"add_weeks": 1, "at_weekday": 0} |
Parse English date, today is Friday, 1 November 2024: THE LAST SUN OF NEXT MONTH IF POSSIBLE | {"add_months": 1, "at_week": -1, "at_weekday": 6} |
Parse English date, today is Thursday, 28 June 2029: next month's start | {"add_months": 1, "at_day": 1} |
Parse English date, today is Thursday, 26 November 2026: In Fifty Mins Or Something | {"add_minutes": 50} |
Parse English date, today is Thursday, 2 February 2023: eleven days later or so | {"add_days": 11} |
Parse English date, today is Tuesday, 11 August 2026: THIS NOON | {"add_days": 0, "at_hour": 12, "at_minute": 0} |
Parse English date, today is Wednesday, 23 June 2027: this morning | {"add_days": 0, "at_hour": 9, "at_minute": 0} |
Parse English date, today is Thursday, 24 February 2028: last week's end maybe | {"add_weeks": -1, "at_weekday": 5} |
Parse English date, today is Tuesday, 14 September 2027: today evening | {"add_days": 0, "at_hour": 19, "at_minute": 0} |
Parse English date, today is Wednesday, 21 August 2030: seven weeks from now on fri | {"add_weeks": 7, "at_weekday": 4} |
Parse English date, today is Tuesday, 24 October 2023: the week after this one | {"add_weeks": 1} |
Parse English date, today is Thursday, 3 June 2027: so next thu if possible | {"add_weeks": 1, "at_weekday": 3} |
Parse English date, today is Tuesday, 4 November 2025: 3 months later | {"add_months": 3} |
Parse English date, today is Tuesday, 6 October 2026: LET'S SAY LAST MONTHS SECOND WEDNESDAY | {"add_months": -1, "at_week": 2, "at_weekday": 2} |
Parse English date, today is Friday, 28 December 2029: one days before next week's Saturday or so | {"add_weeks": 1, "at_weekday": 5, "add_days": -1} |
Parse English date, today is Wednesday, 24 March 2027: ok so two months and 17 days later | {"add_months": 2, "add_days": 17} |
Parse English date, today is Tuesday, 1 April 2025: 5 mins ago | {"add_minutes": -5} |
Parse English date, today is Tuesday, 6 September 2022: the 4th monday of next month maybe | {"add_months": 1, "at_week": 4, "at_weekday": 0} |
Parse English date, today is Thursday, 18 July 2030: the coming tu | {"at_weekday": 1} |
Parse English date, today is Friday, 26 May 2028: the twenty eight of June | {"at_day": 28, "at_month": 6} |
Parse English date, today is Monday, 13 July 2026: the middle of last month | {"add_months": -1, "at_day": 15} |
Parse English date, today is Monday, 14 July 2025: twenty min ago | {"add_minutes": -20} |
Parse English date, today is Saturday, 24 January 2026: the third week of last month wed | {"add_months": -1, "at_week": 3, "at_weekday": 2} |
Parse English date, today is Tuesday, 15 October 2024: 4 Weeks Ago I Think | {"add_weeks": -4} |
Parse English date, today is Tuesday, 24 April 2029: sunday | {"at_weekday": 6} |
Parse English date, today is Friday, 18 March 2022: the day after tomorrow noon probably | {"add_days": 2, "at_hour": 12, "at_minute": 0, "is_ambiguous": true} |
Parse English date, today is Sunday, 14 May 2028: sep one | {"at_day": 1, "at_month": 9} |
Parse English date, today is Monday, 18 January 2027: at twenty-three twenty | {"at_hour": 23, "at_minute": 20} |
Parse English date, today is Tuesday, 25 January 2028: this evening | {"add_days": 0, "at_hour": 19, "at_minute": 0} |
Parse English date, today is Monday, 4 February 2030: monday in one week | {"add_weeks": 1, "at_weekday": 0} |
Parse English date, today is Sunday, 27 August 2028: hmm this month's first week saturday | {"add_months": 0, "at_week": 1, "at_weekday": 5} |
Parse English date, today is Tuesday, 14 July 2026: on fr | {"at_weekday": 4} |
Parse English date, today is Tuesday, 14 November 2023: in the morning today | {"add_days": 0, "at_hour": 9, "at_minute": 0, "is_ambiguous": true} |
Parse English date, today is Saturday, 3 January 2026: the week ahead | {"add_weeks": 1} |
Parse English date, today is Thursday, 27 January 2022: 4:30 PM | {"at_hour": 16, "at_minute": 30} |
Parse English date, today is Tuesday, 27 December 2022: at 12:30 | {"at_hour": 12, "at_minute": 30} |
Parse English date, today is Monday, 3 November 2025: last tu | {"at_week": -1, "at_weekday": 1} |
Parse English date, today is Monday, 2 September 2024: the start of MAR | {"at_month": 3, "at_day": 1} |
Parse English date, today is Monday, 15 February 2027: 2 days before next week's Friday sounds good | {"add_weeks": 1, "at_weekday": 4, "add_days": -2} |
Parse English date, today is Thursday, 5 May 2022: the day after tomorrow sounds good | {"add_days": 2} |
Parse English date, today is Tuesday, 5 September 2028: The Third Tues Of The Month | {"at_week": 3, "at_weekday": 1} |
Parse English date, today is Wednesday, 7 August 2030: how about the beginning of next month | {"add_months": 1, "at_day": 1} |
Parse English date, today is Sunday, 14 February 2027: What About This Weekend At 12 O'Clock | {"add_weeks": 0, "at_weekday": 5, "at_hour": 12, "at_minute": 0} |
Parse English date, today is Friday, 2 February 2029: SO IN SIX WEEKS ON FRIDAY | {"add_weeks": 6, "at_weekday": 4} |
Parse English date, today is Thursday, 9 September 2027: one day before this fr | {"at_weekday": 3} |
Parse English date, today is Monday, 8 March 2027: THE DAY AFTER THIS SA | {"at_weekday": 6} |
Parse English date, today is Friday, 23 April 2027: MON LAST WEEK OR SOMETHING | {"add_weeks": -1, "at_weekday": 0} |
Parse English date, today is Sunday, 18 June 2023: half past 7 pm or something | {"at_hour": 19, "at_minute": 30} |
Parse English date, today is Tuesday, 13 February 2029: by the 11th of the month I think | {"add_months": 0, "at_day": 11, "is_ambiguous": true} |
Parse English date, today is Saturday, 12 August 2023: the coming week | {"add_weeks": 1} |
Parse English date, today is Wednesday, 16 December 2026: remind me this thursday please | {"add_weeks": 0, "at_weekday": 3} |
Parse English date, today is Friday, 12 October 2029: august beginning | {"at_month": 8, "at_day": 1} |
Parse English date, today is Wednesday, 16 March 2022: NOVEMBER 13 | {"at_month": 11, "at_day": 13} |
Parse English date, today is Saturday, 15 November 2025: like the start of last month | {"add_months": -1, "at_day": 1} |
Parse English date, today is Saturday, 21 May 2022: 2 years later | {"add_years": 2} |
Parse English date, today is Thursday, 16 December 2027: in the morning today | {"add_days": 0, "at_hour": 9, "at_minute": 0} |
Parse English date, today is Tuesday, 16 May 2028: UM 29 DAYS FROM NOW | {"add_days": 29} |
Parse English date, today is Monday, 17 March 2025: this month the 21st | {"add_months": 0, "at_day": 21} |
Parse English date, today is Friday, 24 January 2025: Until Next We | {"at_weekday": 2, "is_ambiguous": true, "add_weeks": 1} |
Parse English date, today is Saturday, 8 April 2023: how about 2 days after next week's Friday I guess | {"add_weeks": 1, "at_weekday": 4, "add_days": 2} |
Parse English date, today is Wednesday, 5 May 2027: I think 22 hours ago | {"add_hours": -22} |
Parse English date, today is Wednesday, 26 December 2029: the weekend at 11 | {"add_weeks": 0, "at_weekday": 5, "at_hour": 11, "at_minute": 0} |
Parse English date, today is Thursday, 21 February 2030: the 26th of feb | {"at_month": 2, "at_day": 26} |
Parse English date, today is Saturday, 14 July 2029: next week's start | {"add_weeks": 1, "at_weekday": 0} |
Parse English date, today is Saturday, 9 September 2028: five hours ago or something | {"add_hours": -5} |
Parse English date, today is Monday, 27 August 2029: a day after this su I think | {"at_weekday": 0} |
Parse English date, today is Sunday, 11 March 2029: I think fifteen mins ago | {"add_minutes": -15} |
Parse English date, today is Sunday, 9 April 2028: upcoming tuesday | {"at_weekday": 1} |
Parse English date, today is Wednesday, 10 March 2027: hey thirteen ten | {"at_hour": 13, "at_minute": 10} |
Parse English date, today is Sunday, 18 February 2024: the day after fr | {"at_weekday": 5} |
Parse English date, today is Sunday, 14 December 2025: the coming tue | {"at_weekday": 1} |
Parse English date, today is Sunday, 11 June 2023: this noon | {"add_days": 0, "at_hour": 12, "at_minute": 0} |
Parse English date, today is Friday, 2 April 2027: forty mins ago | {"add_minutes": -40} |
Parse English date, today is Sunday, 19 March 2023: this coming tues | {"at_weekday": 1} |
Parse English date, today is Tuesday, 17 January 2023: the following month's 19th | {"add_months": 1, "at_day": 19} |
Parse English date, today is Saturday, 23 May 2026: 13 days later | {"add_days": 13} |
Parse English date, today is Tuesday, 17 June 2025: the day before yesterday | {"add_days": -2} |
Parse English date, today is Tuesday, 25 November 2025: thirty mins from now | {"add_minutes": 30} |
Parse English date, today is Saturday, 26 October 2024: the first friday in april | {"at_month": 4, "at_week": 1, "at_weekday": 4} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.