arrow-py / arrow

๐Ÿน Better dates & times for Python
https://arrow.readthedocs.io
Apache License 2.0
8.7k stars 673 forks source link

I added on function called time_diff() on the arrow.py file to count the time difference in different time zone #1146

Open kadeng14 opened 1 year ago

kadeng14 commented 1 year ago

Pull Request Checklist

Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:

If you have any questions about your code changes or any of the points above, please submit your questions along with the pull request and we will try our best to help!

Description of Changes

Hi, I am a new contributor here. I added on function called time_diff() on the arrow.py file to count the time difference in different time zone. I passed all of the test on local.