time-util: Rename and fix call of deserialize_timestamp_value()
authorKunhoon Baik <knhoon.baik@samsung.com>
Fri, 26 Aug 2016 02:08:21 +0000 (11:08 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Fri, 26 Jan 2024 16:49:49 +0000 (17:49 +0100)
commit294929f67cb1afcf4a8457831742ed61ebdaf0d6
treeb0df025ab382fca6616de816faa6f2739407f6e3
parente2d0ae357e52063f51d1fec019977fa33aaf3619
time-util: Rename and fix call of deserialize_timestamp_value()

The deserialize_timestamp_value() is renamed timestamp_deserialize() to be more
consistent with dual_timestamp_deserialize()
And add the NULL check back on realtime and monotonic

Change-Id: I77d047981d87332424b20241a8f0514ba400ecb0
Origin: https://github.com/systemd/systemd/commit/b895a7353b
src/basic/time-util.c