strftime

Module buffered

Source
Expand description

Provides a strftime implementation using a format string with arbitrary bytes, writing to a provided byte slice.

Functionsยง

  • Format a time implementation with the specified format byte string, writing in the provided buffer and returning the written subslice.