How to stored the session duration ( seconds ) inside Map variable in gameinstance?

some quick updates :

I tried to add the New Total Time Directly, and the value does stored after the level switches, but it brings other issue :

the values stacks up like ( 1+2+3+4… ) instead of ( 1+1+1+1… ), so how to fix this?