pendulum — Easy Playground
Drop-in datetime replacement with better timezone and parsing
Getting started with pendulumRun locally
Install
pip install pendulumPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: pendulum)
pendulum is a third-party package. Drop-in datetime replacement with better timezone and parsing. Install with: pip install pendulum
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?