arrow icon indicating copy to clipboard operation
arrow copied to clipboard

🏹 Better dates & times for Python

Results 121 arrow issues
Sort by recently updated
recently updated
newest added

## Issue Description When iterating or shifting over times that cross the DST long day change, an hour is skipped when the time zone is set for something other than...

bug

`arrow.now().dehumanize("1 day ago").isoformat()` doesn't work. `arrow.now().dehumanize("1 days ago").isoformat()` does work. Same with `week`, `month`, and `year`.

bug

## Pull Request Checklist Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all *appropriate* boxes: - [x] 🧪 Added **tests** for changed...

## Issue Description i want to change '9999-12-31' to timestamp, and also in anather scene, i need change the timestamp(253402214400) to datetime. but I got confused when I test this...

bug

## Pull Request Checklist Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all *appropriate* boxes: - [ ] 🧪 Added **tests** for...

### Feature Request Option to change "a/an" to 1: * "2 hours and a minute" --> "2 hours and 1 minute" * "an hour and 12 minutes" --> "1 hour...

enhancement

## Issue Description when I add tzinfo as ``` end_time_as_cron = '1 10 4 3 *' # linux cron expression arrow.get(end_time_as_cron, 'm H D M [*]', tzinfo='ASIA/Seoul') ``` the result...

bug

## Issue Description The time difference between two localized times isn't the actual difference in seconds, but rather the naive difference. Example: ``` import arrow def test_dst(): # 1667725199 11/6/2022...

bug

## Pull Request Checklist Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all *appropriate* boxes: - [x] 🧪 Added **tests** for changed...

## Pull Request Checklist Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all *appropriate* boxes: - [ ] 🧪 Added **tests** for...