(** C-style strftime *) (** This supports the following format specifiers: %a %A %b %B %s %e %H %I %j %m %M %p %S %T %u %w %Y %% *) val strftime : ?time:Unix.tm -> string -> string