grimoirelab-manuscripts
grimoirelab-manuscripts copied to clipboard
Uses pytz instead of datetime.timezone
Fixes #126
hey @jgbarah, thanks for the feedback. I tried finding an alternative to datetime.timezone for having all the dates in UTC standard timezone, and pytz appeared to me somehow since I used it somewhere earlier. Sorry, I understand this. I missed out on the thought of adding an extra dependency. But datetime.timezone was anyhow giving some error. So can pytz be, since it is very commonly used package? Or is there anything else we can do..
hey @jgbarah, can we use pandas for that, or shall I leave it for now..
What error are we trying to fix? Maybe I didn't understand the reasons for using pytz instead of timezone...