MCPcopy Create free account
hub / github.com/catboost/catboost / __get_current_time_locale

Function __get_current_time_locale

util/datetime/strptime.cpp:155–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 "%I:%M:%S %p"};
154
155struct lc_time_T*
156__get_current_time_locale(void)
157{
158 return /*(_time_using_locale
159 ? &_time_locale
160 :*/
161 (struct lc_time_T*)&_C_time_locale /*)*/;
162}
163
164// ******************* strptime.c *******************
165static char* _strptime(const char*, const char*, struct tm*, int*);

Callers 1

_strptimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected