Rename converter function

This commit is contained in:
gzip4 2025-02-22 13:05:40 +05:00
parent fb61dfbd7f
commit 924e06392e

View File

@ -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);