Fix static analysis issue 68/296668/2
authorilho kim <ilho159.kim@samsung.com>
Thu, 3 Aug 2023 02:24:55 +0000 (11:24 +0900)
committerilho kim <ilho159.kim@samsung.com>
Thu, 3 Aug 2023 06:12:31 +0000 (15:12 +0900)
'std::time_t' to 'long' may or may not override sign-bit depending on
size of implementation defined type
which may cause unexpected results on porting to different platforms

Change-Id: Ie4cfdc8f9e22e865d98b2b3ad2b918705f8beb5e
Signed-off-by: ilho kim <ilho159.kim@samsung.com>

No differences found