
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@11ty/parse-date-strings
Advanced tools
@11ty/parse-date-stringsFeatures:
Temporal.PlainDate.from, Temporal.Instant.from, or Temporal.PlainDateTime.from to prepare for wider Temporal API support.
temporal-polyfill or js-temporal/temporal-polyfill+00, +00:00, -00, or -00:00 style time zone offsets (: delimiter is optional)T or t or (space) delimiter with DateTime strings-) and times (:) are optionalNot supported (for RFC 9557 compatibility):
YYYY-W01-1)YYYY-001, YYYY-365)T14.6 or T10:30.6) are not supported. Fractional seconds (e.g. milliseconds) are supported (of course).npm install @11ty/parse-date-strings
import { parse } from "@11ty/parse-date-strings
// `parse` returns JavaScript Date
parse("2000-01-01") instanceof Date
// true
parse("2000-01-01").toUTCString()
// "Mon, 01 Jan 2001 00:00:00 GMT"
luxonMore strict parsing compared with Luxon’s fromISO (used in Eleventy v0.x through v3):
2016-05-25
20160525
2016-05-25T09
2016-05-25T09:24
2016-05-25T09:24:15
2016-05-25T09:24:15.123
2016-05-25T0924
2016-05-25T092415
2016-05-25T092415.123
2016-05-25T09:24:15,123
# No YYYY or YYYYMM syntax
2016 # Dropped
2016-05 # Dropped
201605 # Dropped
# No ISO week date syntax
2016-W21-3 # Dropped
2016W213 # Dropped
2016-W21-3T09:24:15.123 # Dropped
2016W213T09:24:15.123 # Dropped
# No day of year syntax (e.g. 200th day of the year)
2016-200 # Dropped
2016200 # Dropped
2016-200T09:24:15.123 # Dropped
# No implied current day (time-only syntax)
09:24 # Dropped
09:24:15 # Dropped
09:24:15.123 # Dropped
09:24:15,123 # Dropped
FAQs
Parsing content date strings in Eleventy core.
The npm package @11ty/parse-date-strings receives a total of 747 weekly downloads. As such, @11ty/parse-date-strings popularity was classified as not popular.
We found that @11ty/parse-date-strings demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.