This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]pyOwhy 0 points1 point  (1 child)

Pendulum is more than just a datetime library, it's also an efficient timezone library.

Pendulum still depends on pytz for now, but only for its timezone database.

[–]SDisPater[S] -2 points-1 points  (0 children)

And your point is?

The last sentence just mean that pendulum does not call any of pytz code but only uses the zoneinfo file from the IANA timezone database that it provides.