Rename converter function
This commit is contained in:
parent
fb61dfbd7f
commit
924e06392e
@ -267,7 +267,7 @@ inline time to_time(ISC_TIME isc_time)
|
|||||||
return t;
|
return t;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline time_tz to_time_tz(ISC_TIME_TZ isc_time)
|
inline time_tz to_time(ISC_TIME_TZ isc_time)
|
||||||
{
|
{
|
||||||
time t{};
|
time t{};
|
||||||
util()->decodeTime(isc_time.utc_time, &t.hours, &t.minutes, &t.seconds, &t.fractions);
|
util()->decodeTime(isc_time.utc_time, &t.hours, &t.minutes, &t.seconds, &t.fractions);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user