timestamps/README.md
pswsm 69b2fa02a3
Algunas comprobaciones están pendientes
test / test (push) Waiting to run
chore(timestamps): bring timestamps from pswsm-repo/sequences
2024-11-12 18:28:03 +01:00

545 B

timestamps

Package Version Hex Docs

gleam add timestamps@1
import timestamps

pub fn main() {
  let now = timestamps.now()
  io.println("The current time is: " <> now |> timestamps.to_string)
}

Further documentation can be found at https://hexdocs.pm/timestamps.

Development

gleam run   # Run the project
gleam test  # Run the tests