• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

KarpelesLab / strtotime / 24343082759

Builds Branch Commit Type Ran Committer Via Coverage
24343082759 master Fix date_parse parity: whitespace-only, hour 24, zero dates, dotted zeros - Whitespace-only input no longer emits "Empty string" error (bug35499) - Preserve literal hour=24 with warning in date+time formats (bug52430) - Report literal year/month/... push 13 Apr 2026 12:22PM UTC MagicalTux github
81.49
24321925289 master Quirk: "at" / "on" filler words reported as TZ lookup errors PHP treats "Jan 15 at 10:00" / "Monday at 10am" / "10am on Monday" as date + time with a TZ lookup error at the "at"/"on" position. The token parser now recognises those two filler word... push 13 Apr 2026 01:47AM UTC MagicalTux github
81.61
24321889303 master Fix weekday-prefix advance in DateParse, accept single-digit TZ hours - parseDayMonthYearInto now reparses the date fields via extractDMYFromFields so DateParse reports the original year/month/day even when the weekday prefix doesn't match th... push 13 Apr 2026 01:46AM UTC MagicalTux github
81.56
24321824310 master Token parser: emit per-character "Unexpected character" errors When the token parser encounters an unparseable token, each byte now gets its own "Unexpected character" error at the byte offset (Token.Pos + i), matching PHP timelib. dispatchStrToT... push 13 Apr 2026 01:43AM UTC MagicalTux github
81.6
24321793434 master More quirks: digit-ordinal weekday, weekday-prefix time=0, tiny numeric TZ - "1st Monday of December 2008" / "2nd Tuesday of June 2023" — digit-form "Nth <weekday> of <Month> <Year>" now replicates PHP's quirky shape: day=1 anchor, weekday=N ... push 13 Apr 2026 01:42AM UTC MagicalTux github
81.57
24321742157 master Quirk: "Nth of <Month> <Year>" emits PHP's error/warning pattern parseOrdinalOfMonthYearInto detects "4th of July 2023" style inputs and reproduces PHP timelib's quirky shape: day=1 (the ordinal is discarded), "Double timezone specification" warn... push 13 Apr 2026 01:39AM UTC MagicalTux github
81.32
24321692866 master More PHP quirks: @ unix + double TZ, bare short digits - parseUnixTimestampInto now emits "Double timezone specification" warning at the position of the trailing TZ when present (@1234567890 UTC etc.). - New parseBareDigitsFallbackInto reproduc... push 13 Apr 2026 01:37AM UTC MagicalTux github
81.31
24321653167 master Quirk: compound purely-relative expressions accumulate into Relative parseCompoundRelativeInto handles "-1 week +2 days" / "+1 year -2 months" / "-3 hours +10 minutes" by walking each signed "[+-]N unit" piece and accumulating into the ParsedDate... push 13 Apr 2026 01:35AM UTC MagicalTux github
81.17
24321626469 master Quirks: ISO ordinal YYYY-DDD, date + relative + time compound - parseYearMonthFormatInto treats the 3-digit form as YYYY-MM=1-DD (not as day-of-year): day > 31 now emits "The parsed date was invalid" (matches PHP's "day of January out of rang... push 13 Apr 2026 01:34AM UTC MagicalTux github
81.04
24321565555 master Weekday prefix: record original date, add TZ pd population in token parser - tryWeekdayPrefixReparse refactored to parse the rest via dispatchStrToTime so DateParse sees the original year/month/day (PHP does not advance the date when the week... push 13 Apr 2026 01:31AM UTC MagicalTux github
81.58
24321516754 master More PHP quirks: unknown-TZ lookup error, bare HHMM, sequential error arrays - parseBareTimezoneInto now returns is_localtime=true + zone_type=0 + error "The timezone could not be found in the database" for unknown alphabetic tokens that aren... push 13 Apr 2026 01:29AM UTC MagicalTux github
81.84
24321393499 master Emulate PHP date_parse quirks: invalid dates, hour 24, compound keywords - parseInvalidISOFormatInto / parseInvalidMonthNameDateInto: out-of-range dates (2023-02-29, Feb 29 2023, 2023-00-15, 2023-04-31) still report year/month/day plus a warn... push 13 Apr 2026 01:24AM UTC MagicalTux github
81.47
24319068423 master Expand parity suite to 313 cases Additional inputs covering: more ISO 8601 variants, IANA identifiers from several regions (Africa/Cairo, Indian/Maldives, Atlantic/Azores, America/Argentina/Buenos_Aires), month-only forms (Jan 2020 … Dec 2020), o... push 12 Apr 2026 11:33PM UTC MagicalTux github
81.2
24319049229 master Expand parity suite to 278 cases; YYYY-MM day=1, Jan-15, next/last day - parseYearMonthFormatInto now emits day=1 for "YYYY-MM" inputs, matching PHP (and preserves day-of-year for "YYYY-DDD"). - parseMonthNameFormatInto handles 2-part "Jan-15" ... push 12 Apr 2026 11:32PM UTC MagicalTux github
81.2
24319009628 master Grow parity suite to 236 cases; add time+fractional+TZ and dotted am/pm New parsers and refinements: - parseTimeWithNamedTZInto: "HH:MM[:SS][.frac] <TZ-abbr|IANA|Z>" records time + TZ metadata (no date). - parseTimeWithNumericOffsetInto rewritt... push 12 Apr 2026 11:30PM UTC MagicalTux github
81.02
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc