Available on crate feature
std
only.Expand description
Provides a strftime
implementation using a format string with arbitrary
bytes, writing to a std::io::Write
object.
Functionsยง
- strftime
- Format a time implementation with the specified format byte string,
writing to the provided
std::io::Write
object.