[PR #368] [MERGED] Fix timestamp parsing issue #2643

Closed
opened 2026-03-01 18:00:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/368
Author: @apkallum
Created: 7/16/2020
Status: Merged
Merged: 7/17/2020
Merged by: @pirate

Base: djangoHead: apkallum/date-fix


📝 Commits (2)

  • b7785c4 use dateparser for parsing, let it handle error
  • 1f91f5b remove commented lines

📊 Changes

3 files changed (+4 additions, -6 deletions)

View changed files

📝 archivebox/index/schema.py (+1 -4)
📝 archivebox/util.py (+2 -2)
📝 setup.py (+1 -0)

📄 Description

#Summary

New library with multiple parsers, remove try/except for handling broken timestamps.

**Related issues: #336

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Archived data layout on disk

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/368 **Author:** [@apkallum](https://github.com/apkallum) **Created:** 7/16/2020 **Status:** ✅ Merged **Merged:** 7/17/2020 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `django` ← **Head:** `apkallum/date-fix` --- ### 📝 Commits (2) - [`b7785c4`](https://github.com/ArchiveBox/ArchiveBox/commit/b7785c413884ddf2ed990adf5e3e8db0cdd21312) use dateparser for parsing, let it handle error - [`1f91f5b`](https://github.com/ArchiveBox/ArchiveBox/commit/1f91f5b1023a75fa4b4eaa98f994370ba005b6fa) remove commented lines ### 📊 Changes **3 files changed** (+4 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/index/schema.py` (+1 -4) 📝 `archivebox/util.py` (+2 -2) 📝 `setup.py` (+1 -0) </details> ### 📄 Description #Summary New library with multiple parsers, remove try/except for handling broken timestamps. **Related issues: #336 - [x] Bugfixes - [ ] Feature behavior - [ ] Command line interface - [ ] Configuration options - [ ] Internal architecture - [ ] Archived data layout on disk --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:00:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#2643
No description provided.