strftime

Module fmt

Source
Expand description

Provides a strftime implementation using a UTF-8 format string, writing to a core::fmt::Write object.

Functionsยง

  • Format a time implementation with the specified UTF-8 format string, writing to the provided core::fmt::Write object.