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.