Replace deprecated utcfromtimestamp() with fromtimestamp()
Those two essentially behave the same, but the former is deprecated in python 3.12 and the latter attaches the timezone information to the datetime object, which ensures that the object stays consistent if displayed with timezone changes involved.
(Closes: #76 (closed))