[PR #1627] [MERGED] Fix typo in timestamp scale factor #1457

Closed
opened 2026-03-01 14:49:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1627
Author: @1over137
Created: 12/25/2024
Status: Merged
Merged: 12/26/2024
Merged by: @pirate

Base: devHead: patch-1


📝 Commits (1)

  • 3312a34 Fix typo in timestamp scale factor

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 archivebox/parsers/generic_json.py (+1 -1)

📄 Description

I noticed that importing using timestamps doesn't seem to work. This is probably a typo. The timestamps are in microseconds (divide by 1e6). There is an extra zero there.


🔄 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/1627 **Author:** [@1over137](https://github.com/1over137) **Created:** 12/25/2024 **Status:** ✅ Merged **Merged:** 12/26/2024 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `dev` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`3312a34`](https://github.com/ArchiveBox/ArchiveBox/commit/3312a34b39167058afa5d83c78e96031575c2402) Fix typo in timestamp scale factor ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/parsers/generic_json.py` (+1 -1) </details> ### 📄 Description I noticed that importing using timestamps doesn't seem to work. This is probably a typo. The timestamps are in microseconds (divide by 1e6). There is an extra zero there. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:49:52 +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#1457
No description provided.