input
stringlengths
52
134
output
stringlengths
15
69
Parse English date, today is Friday, 17 March 2028: so 30 min ago
{"add_minutes": -30}
Parse English date, today is Wednesday, 13 December 2023: 2ND TUE
{"at_week": 2, "at_weekday": 1}
Parse English date, today is Friday, 25 January 2030: the fourth tues of next month
{"add_months": 1, "at_week": 4, "at_weekday": 1}
Parse English date, today is Monday, 4 October 2027: so before wed
{"at_weekday": 2, "is_ambiguous": true}
Parse English date, today is Saturday, 25 February 2023: a day after this wednesday
{"at_weekday": 3}
Parse English date, today is Saturday, 1 January 2028: I think fifteen to 9
{"at_hour": 8, "at_minute": 45}
Parse English date, today is Saturday, 3 July 2027: in three hours
{"add_hours": 3}
Parse English date, today is Monday, 3 July 2023: okay five weeks from now on th
{"add_weeks": 5, "at_weekday": 3}
Parse English date, today is Thursday, 3 April 2025: next month's 18th
{"add_months": 1, "at_day": 18}
Parse English date, today is Friday, 14 August 2026: next month's 2nd wednesday
{"add_months": 1, "at_week": 2, "at_weekday": 2}
Parse English date, today is Thursday, 17 July 2025: 6TH AUGUST
{"at_month": 8, "at_day": 6}
Parse English date, today is Saturday, 17 June 2023: what about new years day
{"at_month": 1, "at_day": 1}
Parse English date, today is Wednesday, 17 July 2030: tomorrow this afternoon
{"add_days": 1, "at_hour": 15, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Thursday, 2 January 2025: night at 7:30
{"at_hour": 19, "at_minute": 30}
Parse English date, today is Tuesday, 7 August 2029: hey 10 minutes to 12
{"at_hour": 11, "at_minute": 50}
Parse English date, today is Thursday, 9 May 2030: maybe 9 june
{"at_month": 6, "at_day": 9}
Parse English date, today is Sunday, 11 June 2023: how about 8:30 in the afternoon or something
{"at_hour": 8, "at_minute": 30}
Parse English date, today is Monday, 11 February 2030: day after tomorrow in the evening
{"add_days": 2, "at_hour": 19, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Thursday, 15 December 2022: 4 november
{"at_month": 11, "at_day": 4}
Parse English date, today is Wednesday, 11 November 2026: the 2nd thu of the month
{"at_week": 2, "at_weekday": 3}
Parse English date, today is Tuesday, 24 September 2030: at eight fifty-seven if possible
{"at_hour": 8, "at_minute": 57}
Parse English date, today is Tuesday, 17 August 2027: I think the coming tues
{"at_weekday": 1}
Parse English date, today is Friday, 1 August 2025: I think the week after this
{"add_weeks": 1}
Parse English date, today is Monday, 10 April 2028: this evening at 1:30
{"at_hour": 13, "at_minute": 30}
Parse English date, today is Saturday, 10 February 2024: a day before friday
{"at_weekday": 3}
Parse English date, today is Tuesday, 11 November 2025: the last wednesday of the month maybe
{"at_week": -1, "at_weekday": 2}
Parse English date, today is Monday, 13 November 2023: At Nineteen
{"at_hour": 19, "at_minute": 0}
Parse English date, today is Monday, 7 August 2023: 9 16th, 2029
{"at_day": 16, "at_month": 9, "at_year": 2029}
Parse English date, today is Sunday, 15 March 2026: 3rd april
{"at_month": 4, "at_day": 3}
Parse English date, today is Monday, 28 April 2025: okay the end of last week if possible
{"add_weeks": -1, "at_weekday": 4}
Parse English date, today is Saturday, 17 March 2029: 3 weeks from now if possible
{"add_weeks": 3}
Parse English date, today is Saturday, 4 February 2023: Monday This Week
{"add_weeks": 0, "at_weekday": 0}
Parse English date, today is Saturday, 24 August 2030: fifteen minutes to 11
{"at_hour": 10, "at_minute": 45}
Parse English date, today is Tuesday, 25 September 2029: 30 MIN FROM NOW
{"add_minutes": 30}
Parse English date, today is Monday, 2 September 2024: 4 years later
{"add_years": 4}
Parse English date, today is Monday, 4 September 2023: SU IN SIX WEEKS
{"add_weeks": 6, "at_weekday": 6}
Parse English date, today is Wednesday, 5 July 2023: well in two years
{"add_years": 2}
Parse English date, today is Monday, 3 December 2029: 5th sa of last month or so
{"add_months": -1, "at_week": 5, "at_weekday": 5}
Parse English date, today is Thursday, 18 May 2023: in 4 weeks on su
{"add_weeks": 4, "at_weekday": 6}
Parse English date, today is Thursday, 6 June 2030: Jan 8th
{"at_month": 1, "at_day": 8}
Parse English date, today is Sunday, 11 August 2030: this coming tuesday I think
{"at_weekday": 1}
Parse English date, today is Monday, 22 April 2024: 11 months ago
{"add_months": -11}
Parse English date, today is Tuesday, 21 November 2023: this week saturday
{"add_weeks": 0, "at_weekday": 5}
Parse English date, today is Sunday, 3 September 2023: the week after this
{"add_weeks": 1}
Parse English date, today is Thursday, 11 May 2023: 4 hours ago
{"add_hours": -4}
Parse English date, today is Saturday, 1 April 2028: how about in the morning today
{"add_days": 0, "at_hour": 9, "at_minute": 0}
Parse English date, today is Tuesday, 24 August 2027: 4Th Of December, 2024 Or So
{"at_day": 4, "at_month": 12, "at_year": 2024}
Parse English date, today is Friday, 10 January 2025: IN 5 WEEKS ON TUESDAY
{"add_weeks": 5, "at_weekday": 1}
Parse English date, today is Sunday, 11 June 2023: twenty-five minutes ago
{"add_minutes": -25}
Parse English date, today is Saturday, 19 May 2029: thirteen june
{"at_day": 13, "at_month": 6}
Parse English date, today is Friday, 4 February 2028: at 12 around noon
{"at_hour": 12, "at_minute": 0}
Parse English date, today is Wednesday, 16 November 2022: hmm yesterday morning I guess
{"add_days": -1, "at_hour": 9, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Thursday, 12 June 2025: the second sat of the month
{"at_week": 2, "at_weekday": 5}
Parse English date, today is Saturday, 16 December 2028: three days after next week's Sunday
{"add_weeks": 1, "at_weekday": 6, "add_days": 3}
Parse English date, today is Saturday, 10 September 2022: upcoming monday maybe
{"at_weekday": 0}
Parse English date, today is Monday, 6 December 2027: nxt months 3rd su
{"add_months": 1, "at_week": 3, "at_weekday": 6}
Parse English date, today is Thursday, 14 August 2025: The 1St Wed
{"at_week": 1, "at_weekday": 2}
Parse English date, today is Wednesday, 11 October 2028: i think mon next week
{"add_weeks": 1, "at_weekday": 0}
Parse English date, today is Thursday, 27 July 2023: the second friday of February
{"at_month": 2, "at_week": 2, "at_weekday": 4}
Parse English date, today is Wednesday, 11 October 2023: the second sunday of the month
{"at_week": 2, "at_weekday": 6}
Parse English date, today is Wednesday, 27 July 2022: um in four hours
{"add_hours": 4}
Parse English date, today is Thursday, 15 December 2022: the week ahead
{"add_weeks": 1}
Parse English date, today is Friday, 13 September 2030: the week after this one maybe
{"add_weeks": 1}
Parse English date, today is Tuesday, 20 June 2023: 20 to 12
{"at_hour": 11, "at_minute": 40}
Parse English date, today is Wednesday, 13 March 2030: jan 20
{"at_month": 1, "at_day": 20}
Parse English date, today is Wednesday, 13 November 2030: LET'S SAY THE COMING FR
{"at_weekday": 4}
Parse English date, today is Saturday, 25 December 2027: in twenty-seven days
{"add_days": 27}
Parse English date, today is Saturday, 4 June 2022: 20 to 2
{"at_hour": 1, "at_minute": 40}
Parse English date, today is Tuesday, 3 October 2023: REMIND ME IN 8 WEEKS
{"add_weeks": 8}
Parse English date, today is Monday, 28 August 2023: two weeks ago
{"add_weeks": -2}
Parse English date, today is Thursday, 18 January 2029: Remind Me 5 Months Ago
{"add_months": -5}
Parse English date, today is Tuesday, 23 October 2029: like the end of last week
{"add_weeks": -1, "at_weekday": 5}
Parse English date, today is Thursday, 18 April 2030: this weekend at 21:00
{"add_weeks": 0, "at_weekday": 5, "at_hour": 21, "at_minute": 0}
Parse English date, today is Thursday, 5 October 2028: last week wed sounds good
{"add_weeks": -1, "at_weekday": 2}
Parse English date, today is Monday, 22 August 2022: the 3rd fr of next month
{"add_months": 1, "at_week": 3, "at_weekday": 4}
Parse English date, today is Monday, 20 June 2022: on the 23rd of this month probably
{"add_months": 0, "at_day": 23}
Parse English date, today is Thursday, 20 June 2024: midday today
{"add_days": 0, "at_hour": 12, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Thursday, 19 March 2026: the second thursday of next month right
{"add_months": 1, "at_week": 2, "at_weekday": 3}
Parse English date, today is Saturday, 9 January 2027: one year and twelve days from now
{"add_years": 1, "add_days": 12}
Parse English date, today is Friday, 20 October 2023: in 2 days
{"add_days": 2}
Parse English date, today is Thursday, 7 April 2022: hey mo of the last week of next month
{"add_months": 1, "at_week": -1, "at_weekday": 0}
Parse English date, today is Sunday, 23 July 2023: today evening
{"add_days": 0, "at_hour": 19, "at_minute": 0}
Parse English date, today is Tuesday, 6 August 2030: tonight at 5:30
{"at_hour": 5, "at_minute": 30}
Parse English date, today is Wednesday, 15 March 2023: the beginning of next week
{"add_weeks": 1, "at_weekday": 0}
Parse English date, today is Wednesday, 19 September 2029: okay near 11 o'clock or so
{"at_hour": 11, "at_minute": 0, "is_approximate": true}
Parse English date, today is Wednesday, 1 November 2023: morning th at 6
{"at_weekday": 3, "at_hour": 6, "at_minute": 0}
Parse English date, today is Sunday, 7 December 2025: after 30 days
{"add_days": 30}
Parse English date, today is Saturday, 16 September 2023: this week's wednesday
{"add_weeks": 0, "at_weekday": 2}
Parse English date, today is Wednesday, 16 February 2028: day after mon
{"at_weekday": 1}
Parse English date, today is Monday, 12 August 2024: after 30 days probably
{"add_days": 30}
Parse English date, today is Tuesday, 16 May 2023: on the 28th of the following month
{"add_months": 1, "at_day": 28}
Parse English date, today is Wednesday, 12 November 2025: hmm this coming tue I guess
{"at_weekday": 1}
Parse English date, today is Friday, 10 January 2025: maybe the start of April
{"at_month": 4, "at_day": 1}
Parse English date, today is Friday, 19 July 2024: nineteen may
{"at_day": 19, "at_month": 5}
Parse English date, today is Monday, 9 December 2024: the day before yesterday
{"add_days": -2}
Parse English date, today is Saturday, 5 March 2022: tomorrow in the evening
{"add_days": 1, "at_hour": 19, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Saturday, 16 March 2024: twenty eight
{"at_hour": 20, "at_minute": 8}
Parse English date, today is Tuesday, 13 September 2022: at 10:30 or something
{"at_hour": 10, "at_minute": 30}
Parse English date, today is Saturday, 26 December 2026: three hours from now
{"add_hours": 3}
Parse English date, today is Tuesday, 26 June 2029: three hours ago
{"add_hours": -3}