search_util_str_to_time
Description:
[
Version ( since =
"3.58" ) ]
public int64 search_util_str_to_time (
string? str)
Converts a string representation to a time_t (as gint64).
When str is null, returns -1.
Parameters:
| str |
string to convert to time, or null
|
Returns:
|
a time_t representation of the str, -1 on error
|