cron-parser 0.11.2

Library for parsing cron expressions with timezone support.
Documentation
---
name: Bug Report
about: Create a report to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---

## Bug Description

A clear and concise description of what the bug is.

## To Reproduce

Steps to reproduce the behavior:

1. Use the following cron expression: `...`
2. Call parse with: `...`
3. See error

## Expected Behavior

A clear and concise description of what you expected to happen.

## Actual Behavior

What actually happened instead.

## Code Example

```rust
use cron_parser::parse;
use chrono::Utc;

// Your code here
```

## Environment

- cron-parser version: [e.g., 0.10.0]
- Rust version: [e.g., 1.75.0]
- OS: [e.g., Ubuntu 22.04, macOS 14, Windows 11]

## Additional Context

Add any other context about the problem here, such as:
- Error messages
- Stack traces
- Timezone information if relevant