Commits
Click on a commit to change the comparison rangeFix timezone parsing in str.to_datetime19 hours ago
by universalmind303 Fix timezone handling in datetime parsing and formats
The changes improve handling of timezone offsets in datetime parsing:
- Convert dates with timezone offsets to UTC when no timezone specified
- Add helper to detect if format string contains offset characters
- Update tests to reflect UTC timezone coercion behavior17 hours ago
by universalmind303 remove bad test case17 hours ago
by universalmind303 fix has_offset logic17 hours ago
by universalmind303 now i have the correct logic17 hours ago
by universalmind303 now i have the correct logic17 hours ago
by universalmind303