python-pendulum
pendulum
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: handle OverflowError in timestamp fallbacks
parinporecha:fix/from-timestamp-negative-values
6 days ago
fix: handle negative timestamps in DateTime constructors
parinporecha:fix/from-timestamp-negative-values
7 days ago
Fix from_timestamp for negative timestamps before 12h before epoch On Windows (and potentially other platforms), datetime.fromtimestamp raises OSError for timestamps earlier than a platform-specific minimum around -43200 (12h before the Unix epoch). This catches the OSError and falls back to computing from the epoch datetime with a timedelta. Adds tests for negative timestamps with UTC, explicit timezone, and microsecond precision.
parinporecha:fix/from-timestamp-negative-values
7 days ago
Add Ukrainian test suggested by @afastronomer, and fix formatting
nykula:master
14 days ago
Make Ukrainian locale name follow ISO, update it and add tests
nykula:master
19 days ago
Merge branch 'master' of https://github.com/sudoscrawl/pendulum
sudoscrawl:master
24 days ago
fix: correct subtract(minutes=24) example in documentation (#950) The example incorrectly showed '2012-01-28 00:00:00' but subtracting 24 minutes from 01:01:00 should give 00:37:00. Closes #925 Co-authored-by: Jah-yee <Jah-yee@users.noreply.github.com>
master
28 days ago
Document strict parsing helpers in parsing.md Added strict parsing helpers for datetime, date, time, and duration.
sudoscrawl:master
28 days ago
Latest Branches
CodSpeed Performance Gauge
0%
Fix from_timestamp for negative timestamps before epoch
#962
7 days ago
e07b164
parinporecha:fix/from-timestamp-negative-values
CodSpeed Performance Gauge
+1%
Make Ukrainian locale name follow ISO 639, update it and add tests
#957
14 days ago
56769c8
nykula:master
CodSpeed Performance Gauge
0%
Add parsing helper functions for DateTime, Date, Time, and Duration
#951
24 days ago
dfda184
sudoscrawl:master
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs