Pudu programming language
Menu
API reference

Std.Time.Format.toRfc3339

1 declaration

fn

toRfc3339: Int -> Str

This is a callable function.

What it does

A moment written in the interchange form, at zero offset.

Written in Pudu rather than asked of the machine, so it can be folded into

a constant and gives the same answer wherever it runs. A rendering that

reached the runtime would make a program's output depend on which machine

compiled it.

Read the signature

  • The text after the name is the type checked by Pudu.
  • Read arrows from left to right: inputs come first, and the final type is returned.

Back to Std.Time.FormatSearch related declarations