Human-friendly libraries for Mojo.
Using Mojo should feel as refreshing as a mojito.
Read the docs · Explore Morrow · Join in
We build approachable tools for everyday programming in Mojo, starting with something every project eventually needs: working with time.
Morrow.mojo brings an Arrow-inspired date and time API to Mojo. Create, parse, format, shift, compare, and humanize date-time values with readable code.
from morrow import Morrow
var morning = Morrow.get("2026-01-01 09:00:00Z")
print(morning.to("+08:00").format("YYYY-MM-DD HH:mm:ss ZZ"))Documentation → Installation · Releases
Found an edge case? Have a clearer example? Open an issue or send a pull request. Bug reports, documentation improvements, and small, thoughtful fixes are welcome.
A splash of Mojo. A squeeze of simplicity.
