README.md

# Time 🕰️

Work with time in Gleam!

[![Package Version](https://img.shields.io/hexpm/v/gleam_time)](https://hex.pm/packages/gleam_time)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gleam_time/)

```sh
gleam add gleam_time@1
```

Working with time can be difficult so be sure to read the documentation,
staring with the [`gleam/time/timestamp`][timestamp] module.

[timestamp]: https://hexdocs.pm/gleam_time/gleam/time/timestamp.html