An open API service indexing awesome lists of open source software.

https://github.com/gleam-lang/time

🕰️ Work with time in Gleam!
https://github.com/gleam-lang/time

Last synced: 4 months ago
JSON representation

🕰️ Work with time in Gleam!

Awesome Lists containing this project

README

          

# 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
```

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

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