ibis.expr.api.TimestampValue.strftime¶
-
TimestampValue.
strftime
(format_str)¶ Format timestamp according to the passed format string. Format string may depend on backend, but we try to conform to ANSI strftime (e.g. Python built-in datetime.strftime)
- Parameters
format_str (string) –
- Returns
formatted
- Return type
string