Zach Sents

Results 2 issues of Zach Sents

Addressing #582 I'm not intimately familiar with all of the logic going on here, but tests pass, so I'm hoping you'll find this to be a suitable solution. Also added...

I've found that with certain expressions, the timezone option isn't applied to the specified time. ```javascript parseDate("9am", { timezone: "PST" }) // 2025-02-27T17:00:00.000Z -- correct parseDate("tomorrow at 9am", { timezone:...