eina_value_util: fix time_t value for aarch64 13/279013/2
authorHubert Stachowiak <h.stachowiak@samsung.com>
Fri, 29 Jul 2022 09:29:35 +0000 (11:29 +0200)
committerChun <jykeon@samsung.com>
Mon, 1 Aug 2022 03:32:58 +0000 (03:32 +0000)
commita93b41687db46c5567a9e3d2e0e0ee3ac2198e81
treed91a55f32719053725c08127b8a8280caf11b465
parent51bab9ec39dbf2c797620901df704119464c3a1f
eina_value_util: fix time_t value for aarch64

On aarch64 mktime was returning -1 due to daylight saving time flag not being set in the struct tm. The struct is initialized with 0s and the flag is set to -1 (not available)

Change-Id: Id5958ad5769eaf53d3db571e34e07a7fd1bbd122
src/lib/eina/eina_value_util.c